pub unsafe extern "C" fn graphene_ray_intersects_sphere(
    r: *const graphene_ray_t,
    s: *const graphene_sphere_t
) -> bool