pub unsafe fn u8to64_le(buf: &[u8], start: usize, len: usize) -> u64
Loads a u64 using up to 7 bytes of a byte slice.
The caller must ensure that start + len <= buf.len() and len < 8.
start + len <= buf.len()
len < 8