pub unsafe extern "C" fn mlirRegionTakeBody(
    target: MlirRegion,
    source: MlirRegion
)
Expand description

Moves the entire content of the source region to the target region.