pub unsafe fn Cudd_Not(node: *mut DdNode) -> *mut DdNodeExpand description
Complements a DD node by flipping the complement attribute of the pointer (the least significant bit).
ยงSafety
This function should only be called on a valid DdNode pointer.