Gets a reference to the inner data. You cannot get an immutable reference,
since &u8 is Send+Sync, while &Memory is not. In other words, an immutable
reference to the slice obtained through some other way than this method
would invoke undefined behavior.