packer
void *packer;
(packer = dlsym(handle, "nvlist_pack")) == NULL ||
packer;
return (packer(list, path) == -1 ? DICTDATABASE_BUILD_ERR : 0);
int packer(char *, char *);