[][src]Type Definition solana_sdk::entrypoint_native::ProcessInstructionWithContext

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