Each
VdevIterator(poolConfig).Each(VdevIteratorTestCB, NULL);
void Each(VdevCallback_t *cb, void *cbArg);
VdevIterator(*pool).Each(VdevAddCaseFile, NULL);
VdevIterator(hdl).Each(TryDetach, (void*)hdl);