fmsynth_get_version method
\brief Returns current version of libfmsynth.
If this mismatches with what the application expects, an ABI mismatch is likely. @returns Version of libfmsynth.
Implementation
int fmsynth_get_version() {
return _fmsynth_get_version();
}