pub unsafe extern "C" fn LZ4_compress_HC( src: *const c_char, dst: *mut c_char, srcSize: c_int, dstCapacity: c_int, compressionLevel: c_int, ) -> c_int