mlir_sys

Function mlirRegionAppendOwnedBlock

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

Takes a block owned by the caller and appends it to the given region.