ReleaseActCtx function kernel32
Decrements the reference count of the specified activation context.
To learn more, see learn.microsoft.com/windows/win32/api/winbase/nf-winbase-releaseactctx.
Implementation
@pragma('vm:prefer-inline')
void ReleaseActCtx(HANDLE hActCtx) => _ReleaseActCtx(hActCtx);