pub unsafe extern "C" fn MIDIEventListAdd(
    evtlist: *mut MIDIEventList,
    listSize: ByteCount,
    curPacket: *mut MIDIEventPacket,
    time: MIDITimeStamp,
    wordCount: ByteCount,
    words: *const UInt32
) -> *mut MIDIEventPacket