ZSTD_sizeof_CCtx method

int ZSTD_sizeof_CCtx(
  1. Pointer<ZSTD_CCtx> cctx
)

Implementation

int ZSTD_sizeof_CCtx(
  ffi.Pointer<ZSTD_CCtx> cctx,
) {
  return _ZSTD_sizeof_CCtx(
    cctx,
  );
}