ZSTD_freeDCtx method

int ZSTD_freeDCtx(
  1. Pointer<ZSTD_DCtx> dctx
)

Implementation

int ZSTD_freeDCtx(
  ffi.Pointer<ZSTD_DCtx> dctx,
) {
  return _ZSTD_freeDCtx(
    dctx,
  );
}