ZSTD_estimateCCtxSize_usingCCtxParams
ZSTDLIB_STATIC_API size_t ZSTD_estimateCCtxSize_usingCCtxParams(const ZSTD_CCtx_params* params);
noRowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams);
rowCCtxSize = ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams);
return ZSTD_estimateCCtxSize_usingCCtxParams(&initialParams);
return ZSTD_estimateCCtxSize_usingCCtxParams(&cctx_params);