pub fn from_hex_formatted(hex: &str) -> Option<Vec<u8>>
Converts a hexadecimal string to bytes, stripping whitespace and/or a 0x prefix. Commonly used in testing to encode external test vectors without modification.
0x