pub type RTCSetNodeBoundsFunction = Option<unsafe extern "C" fn(nodePtr: *mut c_void, bounds: *mut *const RTCBounds, childCount: c_uint, userPtr: *mut c_void)>;
Aliased Type§
pub enum RTCSetNodeBoundsFunction {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut *const RTCBounds, u32, *mut c_void)),
}