pub type XPLMPCMComplete_f = Option<unsafe extern "C-unwind" fn(inRefcon: *mut c_void, status: FMOD_RESULT)>;
pub enum XPLMPCMComplete_f { None, Some(unsafe extern "C-unwind" fn(*mut c_void, FMOD_RESULT)), }
No value.
Some value of type T.
T