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.
pub unsafe extern "C" fn mlirRegionAppendOwnedBlock(
region: MlirRegion,
block: MlirBlock,
)
Takes a block owned by the caller and appends it to the given region.