nvlist_move_nvlist_array
nvlist_move_nvlist_array(nvl, key, testnv, count);
nvlist_move_nvlist_array(nvl, "nvl/nvlist", NULL, 0);
nvlist_move_nvlist_array(nvl, "nvl/nvlist", nvlmove, 1);
nvlist_move_nvlist_array(nvl, "nvl/nvl_new_array", items, nitems);
void nvlist_move_nvlist_array(nvlist_t *nvl, const char *name, nvlist_t **value, size_t nitems);