Type Alias windows::Win32::Storage::Cabinets::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§
enum PFNFCISEEK {
None,
Some(unsafe extern "system" fn(_: isize, _: i32, _: i32, _: *mut i32, _: *mut c_void) -> i32),
}