pub type arg_int_t = arg_int;
struct arg_int_t { pub hdr: arg_hdr, pub count: i32, pub ival: *mut i32, }
hdr: arg_hdr
count: i32
ival: *mut i32