Type Alias windows::Win32::Storage::Cabinets::PFNFCIOPEN
pub type PFNFCIOPEN = Option<unsafe extern "system" fn(pszfile: PCSTR, oflag: i32, pmode: i32, err: *mut i32, pv: *mut c_void) -> isize>;
Aliased Type§
enum PFNFCIOPEN {
None,
Some(unsafe extern "system" fn(_: PCSTR, _: i32, _: i32, _: *mut i32, _: *mut c_void) -> isize),
}