ZSTD_createDCtx method

Pointer<ZSTD_DCtx> ZSTD_createDCtx()

Implementation

ffi.Pointer<ZSTD_DCtx> ZSTD_createDCtx() {
  return _ZSTD_createDCtx();
}