pub type CALPSTR = tagCALPSTR;
struct CALPSTR { pub cElems: u32, pub pElems: *mut *mut i8, }
cElems: u32
pElems: *mut *mut i8