pub type CAL = tagCAL;
struct CAL { pub cElems: u32, pub pElems: *mut i32, }
cElems: u32
pElems: *mut i32