The midiOutClose function closes the specified MIDI output device.
MMRESULT midiOutClose( HMIDIOUT hmo );
int midiOutClose(int hmo) => _midiOutClose(hmo);