pub unsafe extern "C" fn projectm_get_version_string() -> *mut c_char
Expand description
@brief Returns the runtime library version as a string.
Remember to call @a projectm_free_string() on the returned pointer if the data is no longer needed.
@return The library version in the format major.minor.patch.