pub type XPLMLibraryEnumerator_f = Option<unsafe extern "C" fn(inFilePath: *const c_char, inRef: *mut c_void)>;Expand description
Library Access
Aliased Type§
pub enum XPLMLibraryEnumerator_f {
None,
Some(unsafe extern "C" fn(*const i8, *mut c_void)),
}