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