pub fn start_element_with<T: Write>( writer: &mut Writer<T>, name: &'static [u8], attrs: Vec<(&str, &str)>, ) -> Result<Element, Error>