zfs_destroy_snaps
err = zfs_destroy_snaps(zhp, jname, B_TRUE);
if (zfs_destroy_snaps(zhp, snap, B_FALSE) != 0) {
if (zfs_destroy_snaps(zhp, bt.obe_snap_name, B_FALSE) != 0) {
extern int zfs_destroy_snaps(zfs_handle_t *, char *, boolean_t);