pub unsafe fn QueryCompressorInformation<P0>(
    compressorhandle: P0,
    compressinformationclass: COMPRESS_INFORMATION_CLASS,
    compressinformation: *mut c_void,
    compressinformationsize: usize
) -> Result<()>
where P0: IntoParam<COMPRESSOR_HANDLE>,