pub fn get_value<'a>( dict: &'a Dictionary, key: &str, ) -> Option<&'a DictionaryValue>
Returns a reference to the value corresponding to the key.