#[unsafe(no_mangle)]pub unsafe extern "C" fn tx_document_to_string(
doc: *mut TxDocument,
) -> *const c_charExpand description
Returns the pretty-printed XML string for the document.
The returned pointer is valid until the next mutating operation on the document or until the document is freed.
ยงSafety
doc must be a valid, non-null pointer to a TxDocument.