ZSTD_freeCCtx
ZSTDLIB_API size_t ZSTD_freeCCtx(ZSTD_CCtx* cctx); /* compatible with NULL pointer */
ZSTD_freeCCtx(cctx);
return ZSTD_freeCCtx(zcs); /* same object */
return ZSTD_freeCCtx(cctx);