pub type arg_lit_t = arg_lit;
struct arg_lit_t { pub hdr: arg_hdr, pub count: i32, }
hdr: arg_hdr
count: i32