[−][src]Type Definition solana_sdk::entrypoint_native::ErasedProcessInstruction
type ErasedProcessInstruction = fn(_: &'static Pubkey, _: &'static [KeyedAccount<'static>], _: &'static [u8]) -> Result<(), InstructionError>;