Function windows::Win32::Storage::Compression::CreateDecompressor
pub unsafe fn CreateDecompressor(
algorithm: COMPRESS_ALGORITHM,
allocationroutines: Option<*const COMPRESS_ALLOCATION_ROUTINES>,
decompressorhandle: *mut DECOMPRESSOR_HANDLE,
) -> Result<()>