pub fn hex_to_int256(s: &str) -> Result<Int256>
Returns the integer value of the hexadecimal string.
query I select hex_to_int256('0xdeadbeef'); ---- 3735928559