pub type CAC = tagCAC;
struct CAC { pub cElems: u32, pub pElems: *mut i8, }
cElems: u32
pElems: *mut i8