Type Alias __io_seek_fn

Source
pub type __io_seek_fn = Option<unsafe extern "C" fn(__cookie: *mut c_void, __pos: *mut __off64_t, __w: c_int) -> c_int>;

Aliased Type§

pub enum __io_seek_fn {
    None,
    Some(unsafe extern "C" fn(*mut c_void, *mut i32, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut c_void, *mut i32, i32) -> i32)

Some value of type T.