Function unpack_fixext16

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