pub type __io_seek_fn = Option<unsafe extern "C" fn(__cookie: *mut c_void, __pos: *mut __off64_t, __w: c_int) -> c_int>;
pub enum __io_seek_fn { None, Some(unsafe extern "C" fn(*mut c_void, *mut i32, i32) -> i32), }
No value.
Some value of type T.
T