inj_hash_insert
extern int inj_hash_insert(inj_hash_t *, void *, uintmax_t);
return (inj_hash_insert(h, (void *)inj_strdup(str), value));