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