pub unsafe extern "C" fn fluid_synth_sfunload(
synth: *mut fluid_synth_t,
id: c_uint,
reset_presets: c_int,
) -> c_intExpand description
Removes a SoundFont from the stack and deallocates it.
\param synth The synthesizer object \param id The id of the SoundFont \param reset_presets If TRUE then presets will be reset for all channels \returns 0 if no error, -1 otherwise