pub type CAC = tagCAC;
#[repr(C)]pub struct CAC { pub cElems: u32, pub pElems: *mut i8, }
cElems: u32
pElems: *mut i8