pub unsafe extern "C" fn graphene_ray_intersects_triangle(
    r: *const graphene_ray_t,
    t: *const graphene_triangle_t
) -> bool