ZSTD_NO_CLEVEL
ZSTD_CCtxParams_init_internal(cctxParams, ¶ms, ZSTD_NO_CLEVEL);
cctxParams->compressionLevel = ZSTD_NO_CLEVEL;
ZSTD_CCtxParams_init_internal(&cctxParams, ¶ms, ZSTD_NO_CLEVEL);
ZSTD_CCtxParams_init_internal(&cctx->simpleApiParams, ¶ms, ZSTD_NO_CLEVEL);
cdict->compressionLevel = ZSTD_NO_CLEVEL; /* signals advanced API usage */
cdict->compressionLevel = ZSTD_NO_CLEVEL;