Adapt the declarations of svpattern and svprfop to the most recent
one defined in section "5. Enum declarations" of the SVE ACLE
specifications [1].
The signature of the intrinsics using these enums have been changed
accordingly.
A test has been added to make sure that svpattern and svprfop are
not typedefs.
[1] https://developer.arm.com/documentation/100987/latest, version
00bet6
[nit] It would be good if you could add a small comment here explaining what this is doing. As far as I can tell, you're creating a typedef'd struct with the same identifier as the one defined in arm_sve.h, then checking that it does not overload enum svpattern defined in arm_sve.h?