#[unsafe(no_mangle)]pub extern "C" fn tts_get_last_error() -> *const c_char
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.