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

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