pub unsafe extern "C" fn graphene_vec3_to_float(
    v: *const graphene_vec3_t,
    dest: *mut [c_float; 3]
)