nvlist_move_bool_array
nvlist_move_bool_array(nvl, key, testbool, count);
nvlist_move_bool_array(nvl, "nvl/bool", NULL, 0);
void nvlist_move_bool_array(nvlist_t *nvl, const char *name, bool *value, size_t nitems);