Type Definition coremidi_sys::MIDINotifyProc

source ·
pub type MIDINotifyProc = Option<unsafe extern "C" fn(message: *const MIDINotification, refCon: *mut c_void)>;