pub fn hex_decode(value: &str) -> String
Decodes a hexadecimal-encoded string into its original string representation.
value
A string representing the decoded content.