pub type arg_dbl_t = arg_dbl;
struct arg_dbl_t { pub hdr: arg_hdr, pub count: i32, pub dval: *mut f64, }
hdr: arg_hdr
count: i32
dval: *mut f64