pub fn decode_i32(data: &[u8]) -> Result<i32, DriverError>Expand description
Decode a 32-bit integer from binary format (4 bytes, big-endian).
pub fn decode_i32(data: &[u8]) -> Result<i32, DriverError>Decode a 32-bit integer from binary format (4 bytes, big-endian).