[][src]Type Definition solana_runtime::process_instruction::ErasedProcessInstructionWithContext

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