pub type RTCPointQueryFunction = Option<unsafe extern "C" fn(args: *mut RTCPointQueryFunctionArguments) -> bool>;
pub enum RTCPointQueryFunction { None, Some(unsafe extern "C" fn(*mut RTCPointQueryFunctionArguments) -> bool), }
No value.
Some value of type T.
T