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