pub fn text_element<T: Write>( writer: &mut Writer<T>, name: &'static [u8], content: &[u8], ) -> Result<(), Error>