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

Windows.Win32.UI.Shell.SHSTOCKICONINFO

namespace Windows.Win32.UI.Shell { internal struct SHSTOCKICONINFO { public uint cbSize; public HICON hIcon; public int iSysImageIndex; public int iIcon; public unsafe fixed char szPath[260]; } }