Formats Vec<u8> as a 0x-prefixed hex string.
Vec<u8>
E.g., vec![0, 1, 2, 3] serializes as "0x00010203".
vec![0, 1, 2, 3]
"0x00010203"