pub fn environ_getenv<K>(envp: &[OsString], variable: K) -> Option<OsString>where
    K: AsRef<OsStr>,