pub unsafe fn CreateDecompressor(
    algorithm: COMPRESS_ALGORITHM,
    allocationroutines: Option<*const COMPRESS_ALLOCATION_ROUTINES>,
    decompressorhandle: *mut isize
) -> Result<()>