pub unsafe extern "C" fn mlirBlockInsertOwnedOperationAfter(
    block: MlirBlock,
    reference: MlirOperation,
    operation: MlirOperation
)
Expand description

Takes an operation owned by the caller and inserts it after the (non-owned) reference operation in the given block. If the reference is null, prepends the operation. Otherwise, the reference must belong to the block.