int ZSTD_CCtx_setParameter( ffi.Pointer<ZSTD_CCtx> cctx, int param, int value, ) { return _ZSTD_CCtx_setParameter( cctx, param, value, ); }