#[unsafe(no_mangle)]pub unsafe extern "C" fn tx_insert_after_child(
doc: *mut TxDocument,
after: TxNodeId,
child: TxNodeId,
) -> TxErrorExpand description
Inserts child as the next sibling after after.
ยงSafety
doc must be a valid, non-null pointer to a TxDocument.