pub fn slice_bytes(buf: &[u8], size: usize, pos: usize) -> &[u8]Notable traits for &[u8]impl Read for &[u8]impl Write for &mut [u8]