pub fn var_default<K, V>(key: K, default: V) -> Result<V>where K: AsRef<OsStr>, V: FromStr, V::Err: Error + Threadsafe,