Update operations in Transform dialect extensions used for testing to
use the more generic TransformHandleTypeInterface type constraint
instead of hardcoding PDL_Operation. See
https://discourse.llvm.org/t/rfc-type-system-for-the-transform-dialect/65702
for motivation. This is particularly important as these tests are often
used as source of best practices.
Update tests to use !transform.any_op instead of !pdl.operation.
Depends On D150785