pub fn read_u64_le(slice: &[u8]) -> u64
Read a u64 in little endian format from the beginning of the given slice. This panics if the slice has length less than 8.