nvlist_move_string_array
nvlist_move_string_array(nvl, key, teststr, count);
nvlist_move_string_array(nvl, "nvl/string", NULL, 0);
void nvlist_move_string_array(nvlist_t *nvl, const char *name, char **value, size_t nitems);