pub fn decode<W, I>(writer: W, bytes: I) -> Result<()>where W: Write, I: IntoIterator<Item = u8>,
Decode HID descriptor bytes as text.
The output text will be written to the writer.
writer