@a viewer I'm assuming you mean data destruction or data erasure. This is something I've researched. I think it would be too dangerous to have data erasure bundled with a data recovery product in the same software. However, some of SR tech might be useful as an adjunct product. Here are the options I know of at this time mostly for Windows 7.
Assuming the drives work and assuming you have a pc, interface, and OS to talk to them:
a) You can look at Secure Erase (I think) which is a function built into the IDE interface. Some drives operate in an always encrypted manner. The BIOS or modern equivalent provides the unlock code. Secure erase just randomizes the code without telling the PC or user. All data is instantly unusable. Plausible questions are, did it do it and is the encryption reliable.
b) Something like Darik's boot and nuke will overwrite all data accessible to the drive's interface. There are variations on this that operate to military standards, overwrite multiple times, etc. This won't erase reallocated sectors which are no longer accessible to the interface. It also won't erase spare sectors or overprovisioning. This type of thing is slow, as you mentioned. But, at least you know what you can erase is erased.
c) You could use something like DD (I think) in Linux to create some big gibberish binary files of different sizes. Erase all the partitions on the drive to be destroyed then make one large partition. Copy enough big gibberish files to the drive to be destroyed to use up all the space. For the small amount left, use Sysinternals Secure Delete to eat up the rest. This is a bit dated, but the concept is valid.
If you need Military Grade erasure, look for, and pay for, something or some service to do that.
Assuming the drives don't work or you don't have a PC, interface, or OS to talk to them:
Then, you have to, literally, get physical.
Drives with rotating platters, especially GLASS platters, are particularly vulnerable to hammers, smacks on concrete, drills, drill presses, etc. Solid state drives are vulnerable to such things, but much less so, as a piece of memory chip of 1 square millimeter can still contain lots of data if somebody REALLY wanted it. For this level of destruction, you need to look to drive shredding services, which literally turn the drive into electronic sand. There are many of these. Iron Mountain is a name I've run across.
You probably already know this, but, you definitely don't want to, or someone to, give your drives or PC's to Goodwill etc. with the data intact.
Hope this helps.
May your bits be stable and your interfaces be fast.
Ron