AddRefActCtx method

void AddRefActCtx(
  1. Pointer<Void> hActCtx
)

Implementation

void AddRefActCtx(
  ffi.Pointer<ffi.Void> hActCtx,
) {
  return _AddRefActCtx(
    hActCtx,
  );
}