Function coremidi_sys::MIDIInputPortCreate[][src]

pub unsafe extern "C" fn MIDIInputPortCreate(
    client: MIDIClientRef,
    portName: CFStringRef,
    readProc: MIDIReadProc,
    refCon: *mut c_void,
    outPort: *mut MIDIPortRef
) -> OSStatus