Function s2n_quic::provider::tls::default::ffi::s2n_get_stacktrace

source ·
pub unsafe extern "C" fn s2n_get_stacktrace(
    trace: *mut s2n_stacktrace
) -> i32
Expand description

Export the s2n_stacktrace.

@param trace A pointer to the s2n_stacktrace to fill. @returns S2N_SUCCESS on success. S2N_FAILURE on failure