pub fn bytes_to_hex(bytes: &[u8]) -> String
Convert raw bytes [0xab, 0xcd] to "0xabcd".
[0xab, 0xcd]
"0xabcd"