list_cpu_features.exe sample crashes on Windows AArch64 as the introspection table is not consistent with AArch64 CPU features enumeration (Aarch64FeaturesEnum) - the introspection table for Windows AArch64 has less items as the enum has.
After looking at the source code I can see that Linux, FreeBSD & mac rely on common implementation of introspection table, while Windows has it's own.
Is this on purpose or just never fixed? :)