pub fn read_u64_into(src: &[u8], dst: &mut [u64])
Reads unsigned 64 bit integers from src into dst.
src
dst
If dst has insufficient space (8*dst.len() < src.len()).
8*dst.len() < src.len()