Function environ_getenv

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