pub fn env_utf8( env: &HashMap<CString, CString>, ) -> Result<HashMap<String, String>, Utf8Error>
Convenience method for plugins to convert the environments given to them into Rust String based environments.