pub fn memory_resize( interpreter: &mut Interpreter, memory_offset: U256, len: usize, ) -> Option<usize>