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

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