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