pub type XPLMLibraryEnumerator_f = Option<unsafe extern "C" fn(inFilePath: *const c_char, inRef: *mut c_void)>;Expand description
XPLMLibraryEnumerator_f
An XPLMLibraryEnumerator_f is a callback you provide that is called once for each library element that is located. The returned paths will be relative to the X-System folder.
Aliased Type§
pub enum XPLMLibraryEnumerator_f {
None,
Some(unsafe extern "C" fn(*const i8, *mut c_void)),
}