pub unsafe extern "C" fn g_settings_set_uint64(
    settings: *mut GSettings,
    key: *const c_char,
    value: u64
) -> gboolean
This is supported on crate feature v2_50 only.