nm-setting: mangle public constant to make g-ir-scanner happy
Some versions of g-ir-scanner's C parser silently coerce unrecognized symbols into zeroes [1]. Let's avoid that so that we don't end up with wrong constants in our Gir data.
[1] https://gitlab.gnome.org/GNOME/gobject-introspection/-/merge_requests/366