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