pub fn with_evm_context<F, R>(bytecode: &[u8], spec_id: SpecId, f: F) -> Rwhere F: FnOnce(&mut EvmContext<'_>, &mut EvmStack, &mut usize) -> R,
__fuzzing