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

IVTable

interface IVTable
Non generic interface that allows constraining against a COM wrapper type directly. COM structs should implement IVTable<T, U>.
using Windows.Win32.System.Com; namespace Windows.Win32 { internal interface IVTable { unsafe IUnknown.Vtbl* VTable { get; } } }