nvlist_move_number_array
nvlist_move_number_array(nvl, key, testnumber, count);
nvlist_move_number_array(nvl, "nvl/number", NULL, 0);
void nvlist_move_number_array(nvlist_t *nvl, const char *name, uint64_t *value, size_t nitems);