<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.1.26104.118" />
Windows.Win32.IVTable
Non generic interface that allows constraining against a COM wrapper type directly. COM structs should
implement
IVTable<T, U>.
namespace Windows.
Win32
{
internal interface IVTable
{
unsafe IUnknown.
Vtbl*
VTable { get; }
}
}