#[unsafe(no_mangle)]pub unsafe extern "C" fn tx_root_element(
doc: *const TxDocument,
) -> TxNodeIdExpand description
Returns the root element of the document, or TX_NULL_NODE if the
document is empty.
ยงSafety
doc must be a valid, non-null pointer to a TxDocument.