pub unsafe extern "C" fn world__ray_cast( ray_ptr: *const Ray, min_t: f32, max_t: f32, any_hit: u32, hit_t_ptr: *mut f32, exclude_entity: EntityHandle, __ark_ffi_output: *mut EntityHandle, ) -> ErrorCode