ZSTD_compressBegin_usingDict_deprecated
return ZSTD_compressBegin_usingDict_deprecated(cctx, dict, dictSize, compressionLevel);
return ZSTD_compressBegin_usingDict_deprecated(cctx, NULL, 0, compressionLevel);