fn read_untagged_bytes<'a>(data: &mut &'a [u8]) -> &'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.