<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.1.26104.118" />

Windows.Win32.Foundation.HANDLE

namespace Windows.Win32.Foundation { internal readonly struct HANDLE : IEquatable<HANDLE> { public unsafe static implicit operator void*(HANDLE value); public unsafe static explicit operator HANDLE(void* value); public static bool operator ==(HANDLE left, HANDLE right); public static bool operator !=(HANDLE left, HANDLE right); public bool Equals(HANDLE other); public static implicit operator IntPtr(HANDLE value); public static explicit operator HANDLE(IntPtr value); public static explicit operator HANDLE(UIntPtr value); } }