ReleaseActCtx method

void ReleaseActCtx(
  1. Pointer<Void> hActCtx
)

Implementation

void ReleaseActCtx(
  ffi.Pointer<ffi.Void> hActCtx,
) {
  return _ReleaseActCtx(
    hActCtx,
  );
}