Type Definition solana_program_runtime::invoke_context::ProcessInstructionWithContext[][src]

pub type ProcessInstructionWithContext = fn(_: usize, _: &[u8], _: &mut InvokeContext<'_>) -> Result<(), InstructionError>;