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