Type Alias PFNFCISEEK
pub type PFNFCISEEK = Option<unsafe extern "system" fn(hf: isize, dist: i32, seektype: i32, err: *mut i32, pv: *mut c_void) -> i32>;Aliased Type§
pub enum PFNFCISEEK {
None,
Some(unsafe extern "system" fn(isize, i32, i32, *mut i32, *mut c_void) -> i32),
}