Function s2n_tls_sys::s2n_strerror_name

source ·
pub unsafe extern "C" fn s2n_strerror_name(
    error: c_int
) -> *const c_char
Expand description

Translates an s2n_error code to a human readable string.

@param error The error code to explain. Usually this is s2n_errno @returns The error string