aura_dict_store
aura_dict_store(d, keys[i], strlen(keys[i]),
aura_dict_store(d, key, strlen(key), first, strlen("first") + 1);
aura_dict_store(d, key, strlen(key), second, strlen("second") + 1);
aura_dict_store(dict, de->d_name, strlen(de->d_name) + 1, "", 1);
aura_dict_store(d, mountpoint, strlen(mountpoint) + 1, "", 1);
aura_dict_store(d, mountpoint, strlen(mountpoint) + 1, "", 1);
void aura_dict_store(struct aura_dict *, const void *, size_t,
aura_dict_store(d, k, strlen(k) + 1, v, strlen(v) + 1);
aura_dict_store(cvs->d,
aura_dict_store(a->temp_files, filename, strlen(filename) + 1, "", 1);
aura_dict_store(di, disk, strlen(disk) + 1, "", 1);