Function mlir_sys::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.