fn read_untagged_bytes<'a>(data: &'a [u8], offset: &mut usize) -> &'a [u8] ⓘ
Read a byte slice starting at byte offset.
offset
Updates offset to point to the first byte after the end of the read region.