pub type CADBL = tagCADBL;
struct CADBL { pub cElems: u32, pub pElems: *mut f64, }
cElems: u32
pElems: *mut f64