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