pub fn read_u64_into(src: &[u8], dst: &mut [u64])
Reads unsigned 64 bit integers from src into dst. Borrowed from the byteorder crate.
src
dst
byteorder