pub type BpfProgramRef<'a> = &'a [BpfInstruction];
Reference to program made up of a sequence of BPF instructions.