Function s2n_quic::provider::tls::default::ffi::s2n_strerror_source

source ·
pub unsafe extern "C" fn s2n_strerror_source(error: i32) -> *const i8
Expand description

Translates an s2n_error code to a filename and line number.

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