Function unpack_fixext2

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