pub type arg_rex_t = arg_rex;
struct arg_rex_t { pub hdr: arg_hdr, pub count: i32, pub sval: *mut *const u8, }
hdr: arg_hdr
count: i32
sval: *mut *const u8