nvstring_get
char *nvstring_get(nv_string_t *);
if ((name = nvstring_get(nvp_name)) == NULL)
if ((value = nvstring_get(nvp_value)) == NULL) {