pub type InvokeArgs = InvokeArgsT<u32>;
struct InvokeArgs { pub gas: i64, pub regs: [u32; 13], }
gas: i64
regs: [u32; 13]