private extern static void xkl_config_registry_foreach_country_variant(IntPtr configRegistry, string countryCode, TwoConfigItemsProcessFunc func, IntPtr data);
private static extern void xkl_config_registry_foreach_language_variant(IntPtr configRegistry, string languageCode, TwoConfigItemsProcessFunc func, IntPtr data);