fn write_punycode_label<W: Write + ?Sized>( label: &[char], sink: &mut W, ) -> Result<(), ProcessingError>