pub type XPLMSetDatai_f = Option<unsafe extern "C" fn(inRefcon: *mut c_void, inValue: c_int)>;
XPLMSetDatai_f
pub enum XPLMSetDatai_f { None, Some(unsafe extern "C" fn(*mut c_void, i32)), }
No value.
Some value of type T.
T