pub unsafe extern "C" fn model_ray_intersect( model: ModelT, model_space_ray: Ray, cull_mode: Cull, out_pt: *mut Ray, ) -> Bool32T