pub unsafe extern "C" fn mlirRegionInsertOwnedBlockAfter(
    region: MlirRegion,
    reference: MlirBlock,
    block: MlirBlock
)
Expand description

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