pub type IdlInstructionArg = IdlField;
pub struct IdlInstructionArg { pub name: String, pub type_: IdlType, }
name: String
type_: IdlType