fn read_u16_le(iter: &mut Iter<'_, u8>) -> u16
Read an le u16 value from the slice iterator.
Panics if there are less than two bytes left.