pub unsafe extern "C" fn DS_Version() -> *mut c_char
Expand description

@brief Returns the version of this library. The returned version is a semantic version (SemVer 2.0.0). The string returned must be freed with {@link DS_FreeString()}.

@return The version string.