The waveOutClose function closes the given waveform-audio output device.
MMRESULT waveOutClose( HWAVEOUT hwo );
int waveOutClose(int hwo) => _waveOutClose(hwo);