pub fn encode_pairs<I, K, V>(pairs: I) -> Option<String>where K: AsRef<str>, V: AsRef<str>, I: IntoIterator, I::Item: Borrow<(K, V)>,