pub type CAI = tagCAI;
struct CAI { pub cElems: u32, pub pElems: *mut i16, }
cElems: u32
pElems: *mut i16