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