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