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