#[unsafe(no_mangle)]pub unsafe extern "C" fn xmlDebugDumpDocument(
_output: *mut c_void,
_doc: *mut _xmlDoc,
)Expand description
Dump a document to a file for debugging.
ยงUPSTREAM-PARITY
void xmlDebugDumpDocument(FILE *output, xmlDocPtr doc);