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