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

Windows.Win32.System.Com.StructuredStorage.CA

struct CA
Untyped representation of CA* typed arrays in Windows. CAUB, etc.
namespace Windows.Win32.System.Com.StructuredStorage { internal struct CA { public uint cElems; public unsafe void* pElems; } }