Function unpack_fixext4

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