[−][src]Type Definition solana_runtime::process_instruction::ProcessInstructionWithContext
type ProcessInstructionWithContext = fn(_: &Pubkey, _: &[KeyedAccount<'_>], _: &[u8], _: &mut dyn InvokeContext) -> Result<(), InstructionError>;