zpool_create
if (zpool_create(zfshdl, pool, nvroot, NULL, props) != 0) {
if (zpool_create(g_zfs, poolname,
extern int zpool_create(libzfs_handle_t *, const char *, nvlist_t *,