Function CreateDecompressor
pub unsafe extern "system" fn CreateDecompressor(
algorithm: COMPRESS_ALGORITHM,
allocationroutines: *const COMPRESS_ALLOCATION_ROUTINES,
decompressorhandle: *mut DECOMPRESSOR_HANDLE,
) -> BOOLpub unsafe extern "system" fn CreateDecompressor(
algorithm: COMPRESS_ALGORITHM,
allocationroutines: *const COMPRESS_ALLOCATION_ROUTINES,
decompressorhandle: *mut DECOMPRESSOR_HANDLE,
) -> BOOL