pub fn hex_fmt_many<I, T>(i: I) -> Stringwhere I: IntoIterator<Item = T>, T: AsRef<[u8]>,
Formats values as hex strings, separated by commas.