pub fn read_i64(buf: &[u8], offset: usize) -> Option<i64>
Read an i64 from the value at offset. Handles all integer types. Floats return None — use read_f64 for those.
offset
None
read_f64