pub unsafe extern "C" fn ZL_compress_usingCompressor( dst: *mut c_void, dstCapacity: usize, src: *const c_void, srcSize: usize, compressor: *const ZL_Compressor, ) -> ZL_Report