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