pub fn read_i64_le(buf: &[u8], offset: usize) -> Result<i64, AccessError>
Reads a little-endian i64 from a fixed-layout buffer.
i64