#[unsafe(no_mangle)]pub unsafe extern "C" fn tx_delete_node(
doc: *mut TxDocument,
node: TxNodeId,
) -> TxErrorExpand description
Deletes a node and all its descendants from the document.
ยงSafety
doc must be a valid, non-null pointer to a TxDocument.