pub fn hex_u128<S: AsRef<str> + Into<String>>( s: S, ) -> Result<u128, ParseIntError>
Parses a u128 from a hex string.
u128
Input string may or may not contain a 0x prefix.
0x