pub type CASCODE = tagCASCODE;
struct CASCODE { pub cElems: u32, pub pElems: *mut i32, }
cElems: u32
pElems: *mut i32