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