typedef void (*MIDICompletionProc)(MIDISysexSendRequest *request);
Callback function to notify the client of the completion of a call to MIDISendSysex.
NameDescription requestThe MIDISysexSendRequest which has completed, or been aborted.