pub type CASCODE = tagCASCODE;
#[repr(C)]pub struct CASCODE { pub cElems: u64, pub pElems: *mut i64, }
cElems: u64
pElems: *mut i64