pub type CABSTR = tagCABSTR;
struct CABSTR { pub cElems: u32, pub pElems: *mut *mut u16, }
cElems: u32
pElems: *mut *mut u16