pub(crate) unsafe fn load(bytes: &[u8], offset: usize) -> u64
Load 8 bytes into a u64 word at the given offset.
You must ensure that offset + 8 <= bytes.len().