Function s2n_quic::provider::tls::default::ffi::s2n_errno_location

source ·
pub unsafe extern "C" fn s2n_errno_location() -> *mut i32
Expand description

This function can be used instead of trying to resolve s2n_errno directly in runtimes where thread-local variables may not be easily accessible.

@returns The address of the thread-local s2n_errno variable