pub fn setenv<K: AsRef<OsStr>, V: AsRef<OsStr>>( variable_name: K, value: V, overwrite: bool ) -> Result<(), BoolError>