waveOutClose function winmm
Closes the given waveform-audio output device.
To learn more, see learn.microsoft.com/windows/win32/api/mmeapi/nf-mmeapi-waveoutclose.
Implementation
@pragma('vm:prefer-inline')
int waveOutClose(HWAVEOUT hwo) => _waveOutClose(hwo);