Skip to main content

tts_get_last_error

Function tts_get_last_error 

Source
#[unsafe(no_mangle)]
pub extern "C" fn tts_get_last_error() -> *const c_char
Expand description

Return the last error message as a C string, or null if none.

The returned pointer is valid until the next call to any TTS function.