pub type jack_midi_event_t = Struct__jack_midi_event;
#[repr(C)]pub struct jack_midi_event_t { pub time: u32, pub size: usize, pub buffer: *mut u8, }
time: u32
size: usize
buffer: *mut u8