Type Alias windows::Win32::Storage::Cabinets::PFNFCIREAD
pub type PFNFCIREAD = Option<unsafe extern "system" fn(hf: isize, memory: *mut c_void, cb: u32, err: *mut i32, pv: *mut c_void) -> u32>;
Aliased Type§
enum PFNFCIREAD {
None,
Some(unsafe extern "system" fn(_: isize, _: *mut c_void, _: u32, _: *mut i32, _: *mut c_void) -> u32),
}