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