LZ4_loadDict
ret = LZ4_loadDict(zctx->cstrm, params->dict, params->dict_sz);
int LZ4_loadDict(LZ4_stream_t *streamPtr, const char *dictionary,
EXPORT_SYMBOL(LZ4_loadDict);