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