Contents:
Defined in File hashmap.h
Returns the data from the hashmap corresponding to the given key.
map – The hashmap handle.
key – Key to match with
: The data, or NULL if an error occurred or the data was not found.