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