AddRefActCtx method

void AddRefActCtx(
  1. Pointer<Void> hActCtx
)

Implementation

void AddRefActCtx(
  ffi.Pointer<ffi.Void> hActCtx,
) {
  return (_AddRefActCtx ??= _dylib
      .lookupFunction<_c_AddRefActCtx, _dart_AddRefActCtx>('AddRefActCtx'))(
    hActCtx,
  );
}