<PackageReference Include="System.Drawing.Common" Version="9.0.10" />

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