pub unsafe extern "C" fn mlirOperationGetRegion(
    op: MlirOperation,
    pos: isize
) -> MlirRegion
Expand description

Returns pos-th region attached to the operation.