pub type CABOOL = tagCABOOL;
struct CABOOL { pub cElems: u32, pub pElems: *mut i16, }
cElems: u32
pElems: *mut i16