pub unsafe extern "C" fn STT_ErrorCodeToErrorMessage(
aErrorCode: c_int,
) -> *mut c_char
Expand description
@brief Returns a textual description corresponding to an error code. The string returned must be freed with @{link STT_FreeString()}.
@return The error description.