pub fn parse_hex_string_to_u64(string: &str) -> Result<u64, Error>
Expand description

A helper function to parse a hex string to an integer.