pub type CALPSTR = tagCALPSTR;
#[repr(C)]pub struct CALPSTR { pub cElems: u32, pub pElems: *mut *mut i8, }
cElems: u32
pElems: *mut *mut i8