<PackageReference Include="System.Drawing.Common" Version="10.0.0-rc.1.25451.107" />

Windows.Win32.Foundation.NTSTATUS

namespace Windows.Win32.Foundation { internal readonly struct NTSTATUS : IEquatable<NTSTATUS> { public static implicit operator int(NTSTATUS value); public static explicit operator NTSTATUS(int value); public static bool operator ==(NTSTATUS left, NTSTATUS right); public static bool operator !=(NTSTATUS left, NTSTATUS right); public bool Equals(NTSTATUS other); public static implicit operator uint(NTSTATUS value); public static explicit operator NTSTATUS(uint value); } }