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