Looks up a map value with the given key.
A null-terminated string representing the key to be looked-up in the map.
Return: If the key is found in the map, the pointer to the corresponding mg_value is returned. Otherwise, NULL is returned.
See Implementation
Looks up a map value with the given key.