pub type LegacyFileGetStatusFlags = Option<unsafe extern "C-unwind" fn(descriptor: *mut LegacyFile) -> c_int>;Aliased Type§
pub enum LegacyFileGetStatusFlags {
None,
Some(unsafe extern "C-unwind" fn(*mut __BindgenOpaqueArray<u64, 5>) -> i32),
}