#[unsafe(no_mangle)]pub unsafe extern "C" fn tx_document_save_file(
doc: *const TxDocument,
path: *const c_char,
) -> TxErrorExpand description
Saves the document to a file (pretty-printed).
ยงSafety
docmust be a valid, non-null pointer to aTxDocument.pathmust be a valid, non-null pointer to a null-terminated UTF-8 C string containing a filesystem path.