pub unsafe extern "C" fn mlirRewriterBaseCancelOpModification(
rewriter: MlirRewriterBase,
op: MlirOperation,
)
Expand description
This method cancels a pending in-place modification. This can only be
called on operations that were provided to a call to
startOpModification
.