pub fn get_i64l(buf: &[u8]) -> i64
Expand description

Reads the first 8 bytes of a buffer, stores them in a little-endian order, and returns them as an i64.