pub type RayHit = RTCRayHit;
#[repr(C, align(16))]pub struct RayHit { pub ray: RTCRay, pub hit: RTCHit, }
ray: RTCRay
hit: RTCHit