pub unsafe extern "C" fn mlirBlockGetTerminator(
block: MlirBlock,
) -> MlirOperationExpand description
Returns the terminator operation in the block or null if no terminator.
pub unsafe extern "C" fn mlirBlockGetTerminator(
block: MlirBlock,
) -> MlirOperationReturns the terminator operation in the block or null if no terminator.