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

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