[][src]Type Definition solana_runtime::message_processor::ProcessInstructionWithContext

type ProcessInstructionWithContext = fn(_: &Pubkey, _: &[KeyedAccount], _: &[u8], _: &mut dyn InvokeContext) -> Result<(), InstructionError>;