pub type CABSTR = tagCABSTR;
#[repr(C)]pub struct CABSTR { pub cElems: u64, pub pElems: *mut *mut u16, }
cElems: u64
pElems: *mut *mut u16