pub fn get_string<'a, I>(bytes: &mut I) -> Stringwhere
    I: Iterator<Item = &'a u8>,