pub fn stable_read(offset: u64, buf: &mut [u8])
Reads data from the stable memory location specified by an offset.
This will panic if offset + buf.len() exceeds the current size of stable memory.
offset + buf.len()