pub const fn decode_i64(buf: &[u8; 9]) -> (i64, usize)
Decodes an i64 from a buffer, returning the value and encoded length.
i64