pub unsafe extern "system" fn CreateDecompressor(
    algorithm: COMPRESS_ALGORITHM,
    allocationroutines: *const COMPRESS_ALLOCATION_ROUTINES,
    decompressorhandle: *mut isize
) -> BOOL
Expand description

Required features: ‘Win32_Storage_Compression’, ‘Win32_Foundation’