pub fn signed_decode_with_offset( buf: &[u8], offset: usize, value: &mut i64, ) -> usize
Decode a byte slice into a i64 (signed) integer at a specific offset. Returns how many bytes were decoded.
i64