LZ4_compress_HC
int out_len = LZ4_compress_HC(src, dst, slen,
ret = LZ4_compress_HC(req->src, req->dst, req->src_len,
len = LZ4_compress_HC(cc->rbuf, cc->cbuf->cdata, cc->rlen,
int LZ4_compress_HC(const char *src, char *dst, int srcSize, int dstCapacity,
EXPORT_SYMBOL(LZ4_compress_HC);