fn word_to_slice<T>(word: u64, out: &mut [T])where T: BitOrAssign + Copy + From<u8> + Shl<usize, Output = T>,
Serialize Word as bytes using the same byte ordering as slice_to_word.
Word
slice_to_word