pub unsafe extern "C" fn g_settings_set_uint(
    settings: *mut GSettings,
    key: *const c_char,
    value: c_uint
) -> gboolean