#[unsafe(no_mangle)]pub unsafe extern "C" fn tx_node_type( doc: *const TxDocument, node: TxNodeId, ) -> TxNodeType
Returns the type of the given node.
doc must be a valid, non-null pointer to a TxDocument.
doc
TxDocument