_ht_lower_strcmp
hash->keycmp = hash->case_sensitive ? _ht_strcmp : _ht_lower_strcmp;
static int _ht_lower_strcmp(const char *node_key, const char *look_key);