fn format_bytes(bytes: &[u8]) -> String
Attempt to convert an arbitrary byte string to a more convenient display form.
Essentially, try to decode the bytes as UTF-8 and show that. Failing that, just show the sequence of bytes.