pub type CAUB = tagCAUB;
struct CAUB { pub cElems: u32, pub pElems: *mut u8, }
cElems: u32
pElems: *mut u8