pub fn pretty_hex_write<T, W>(writer: &mut W, source: &T) -> Resultwhere T: AsRef<[u8]>, W: Write,
Write multi-line hexdump in default format complete with addressing, hex digits, and ASCII representation to the writer.