pub unsafe extern "C" fn mlirOperationGetBlock(
    op: MlirOperation
) -> MlirBlock
Expand description

Gets the block that owns this operation, returning null if the operation is not owned.