pub type oparg_t = oparg_struct;
struct oparg_t { pub desttype: u32, pub value: u32, }
desttype: u32
value: u32