Skip to main content

LegacyFileLSeekFunc

Type Alias LegacyFileLSeekFunc 

Source
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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C-unwind" fn(*mut __BindgenOpaqueArray<u64, 5>, i64, i32) -> i64)

Some value of type T.