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