pub fn write_provisioning_info<W>( xml_writer: &mut Writer<W>, provisioning_info: &ProvisiongingInfo, ) -> Result<()>where W: Write,