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