<PackageReference Include="System.Drawing.Common" Version="10.0.2" />

Windows.Win32.UI.WindowsAndMessaging.HCURSOR

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