use Pubkey;
use ProcessInstructionWithContext;
/// A BPF program that can be loaded into the testbench.
///
/// If the `process_instruction` field is `None`, the testbench will look for a
/// compiled BPF file in the `tests/fixtures` directory based on the `name` and
/// `program_id`.