pub unsafe extern "C" fn DS_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 DS_FreeString()}.

@return The error description.