Function memory_resize

pub fn memory_resize(
    interpreter: &mut Interpreter<impl InterpreterTypes>,
    memory_offset: Uint<256, 4>,
    len: usize,
) -> Option<usize>