pub unsafe extern "C" fn MSPGetVersion(
verName: *const c_char,
errorCode: *mut c_int,
) -> *const c_charExpand description
@fn MSPGetVersion @brief Get version of MSC or Local Engine
Get version of MSC or Local Engine
@return const char * MSPAPI - Return version value if success, NULL if fail. @param const char *verName - [in] version name, could be “msc”, “aitalk”, “aisound”, “ivw”. @param int *errorCode - [out] Return 0 in success, otherwise return error code. @see