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