ZSTD_freeCCtx method

int ZSTD_freeCCtx(
  1. Pointer<ZSTD_CCtx> cctx
)

Implementation

int ZSTD_freeCCtx(
  ffi.Pointer<ZSTD_CCtx> cctx,
) {
  return _ZSTD_freeCCtx(
    cctx,
  );
}