pub fn store_data_in_keychain<I>(key: &str, data: I) -> boolwhere I: IntoIterator<Item = (String, String)>,