pub unsafe extern "C" fn delete_fluid_synth(
synth: *mut fluid_synth_t,
) -> c_intExpand description
Deletes the synthesizer previously created with new_fluid_synth.
\param synth the synthesizer object \return 0 if no error occured, -1 otherwise