pub unsafe fn dump_doc(doc: *mut _xmlDoc) -> *mut xmlCharExpand description
Dump a document to a null-terminated string.
Returns a pointer to the string (caller must free with xmlFree).
Returns NULL on error.
§SAFETY
docmust be a valid pointer to an_xmlDoc, or NULL.