pub type PFN_COMPRESS_ALLOCATE = Option<unsafe extern "system" fn(usercontext: *const c_void, size: usize) -> *mut c_void>;
Expand description

Required features: "Win32_Storage_Compression"