pub fn get_env(key: &'static str) -> Option<String>
Utility function for macros: read env and return Option<String>
Option<String>