pub type CAI = tagCAI;
#[repr(C)]pub struct CAI { pub cElems: u64, pub pElems: *mut i16, }
cElems: u64
pElems: *mut i16