ZSTD_CCtxParams_getParameter
ZSTDLIB_STATIC_API size_t ZSTD_CCtxParams_getParameter(const ZSTD_CCtx_params* params, ZSTD_cParameter param, int* value);
return ZSTD_CCtxParams_getParameter(&cctx->requestedParams, param, value);