pub unsafe extern "C" fn graphene_point3d_interpolate(
    a: *const graphene_point3d_t,
    b: *const graphene_point3d_t,
    factor: c_double,
    res: *mut graphene_point3d_t
)