pub type LegacyFileFStatFunc = Option<unsafe extern "C-unwind" fn(descriptor: *mut LegacyFile, statbuf: *mut linux_stat) -> c_int>;Aliased Type§
pub enum LegacyFileFStatFunc {
None,
Some(unsafe extern "C-unwind" fn(*mut __BindgenOpaqueArray<u64, 5>, *mut linux_stat) -> i32),
}Variants§
None
No value.
Some(unsafe extern "C-unwind" fn(*mut __BindgenOpaqueArray<u64, 5>, *mut linux_stat) -> i32)
Some value of type T.