pub unsafe extern "C" fn QTTSTextPut(
sessionID: *const c_char,
textString: *const c_char,
textLen: c_uint,
params: *const c_char,
) -> c_intExpand description
@fn QTTSTextPut @brief Put Text Buffer to TTS Session
Writing text string to synthesizer.
@return int MSPAPI - Return 0 in success, otherwise return error code. @param const char* sessionID - [in] The session id returned by sesson begin @param const char* textString - [in] text buffer @param unsigned int textLen - [in] text size in bytes @see