pub fn write_wap_provisioning_doc<W>( xml_writer: &mut Writer<W>, wap_provisioning_doc: &WapProvisioningDoc, ) -> Result<()>where W: Write,