Function windows::Win32::Storage::Compression::CreateCompressor

pub unsafe fn CreateCompressor(
    algorithm: COMPRESS_ALGORITHM,
    allocationroutines: Option<*const COMPRESS_ALLOCATION_ROUTINES>,
    compressorhandle: *mut COMPRESSOR_HANDLE,
) -> Result<()>