pub fn decode_hex_i64_pair(data: &str) -> Result<(i64, i64), HexDecodeError>
Expand description

Decode a 128-bit hex string into a pair of i64s.