Function read_bytes_to_u64

Source
unsafe fn read_bytes_to_u64(data: &[u8], offset: usize, count: usize) -> u64
Expand description

ยงSafety

The caller must ensure data has offset..(offset + 8) range, and count <= 8.