Function unpack_fixext8

Source
pub fn unpack_fixext8<R: Read>(
    reader: &mut R,
) -> Result<(i8, [u8; 8]), UnpackError>