pub(crate) fn read_splayed_words<R: Read>(
input: &mut R,
count: usize,
maybe_checksum: Option<&mut Signed18Bit>,
) -> Result<Vec<Unsigned36Bit>, Fail>
pub(crate) fn read_splayed_words<R: Read>(
input: &mut R,
count: usize,
maybe_checksum: Option<&mut Signed18Bit>,
) -> Result<Vec<Unsigned36Bit>, Fail>