DEFINE_MAP_INSERT
#define DEFINE_MAP_INSERT(prefix, type, _cmp, _dup) \
DEFINE_MAP_INSERT(string, const char *, strcmp, strdup)