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