pub unsafe extern "C" fn graphene_ray_intersect_triangle(
    r: *const graphene_ray_t,
    t: *const graphene_triangle_t,
    t_out: *mut c_float
) -> graphene_ray_intersection_kind_t