ZSTD_createCCtx method

Pointer<ZSTD_CCtx> ZSTD_createCCtx()

Implementation

ffi.Pointer<ZSTD_CCtx> ZSTD_createCCtx() {
  return _ZSTD_createCCtx();
}