prop_list_builder_cb
prop_list_builder_cb(root_hdl, &propinfo);
int prop_list_builder_cb(zfs_handle_t *, void *);
ret = prop_list_builder_cb(snap_hdl, &data);
zfs_iter_filesystems(root_hdl, prop_list_builder_cb, data);
return (zfs_iter_snapshots_sorted(hdl, prop_list_builder_cb, data,