<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.6.25358.103" />

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; } }