[][src]Function fluidlite_sys::fluid_synth_sysex

pub unsafe extern "C" fn fluid_synth_sysex(
    synth: *mut fluid_synth_t,
    data: *const c_char,
    len: c_int,
    response: *mut c_char,
    response_len: *mut c_int,
    handled: *mut c_int,
    dryrun: c_int
) -> c_int