pub unsafe extern "C" fn graphene_matrix_transform_ray(
    m: *const graphene_matrix_t,
    r: *const graphene_ray_t,
    res: *mut graphene_ray_t
)