Function esp_idf_sys::mbedtls_strerror
source ยท pub unsafe extern "C" fn mbedtls_strerror(
errnum: c_int,
buffer: *mut c_char,
buflen: usize,
)
Expand description
\brief Translate an Mbed TLS error code into a string representation. The result is truncated if necessary and always includes a terminating null byte.
\param errnum error code \param buffer buffer to place representation in \param buflen length of the buffer