pub fn decode_i64(data: &[u8]) -> Result<i64, DriverError>Expand description
Decode a 64-bit integer from binary format (8 bytes, big-endian).
pub fn decode_i64(data: &[u8]) -> Result<i64, DriverError>Decode a 64-bit integer from binary format (8 bytes, big-endian).