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

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