pub fn hex_remove_prefix(s: &str) -> Result<&str, PrefixedHexError>
alloc
Removes the prefix 0x (or 0X) from a hex string.
0x
0X
If the input string does not contain a prefix.