Function s2n_quic::provider::tls::default::ffi::s2n_stack_traces_enabled_set

source ·
pub unsafe extern "C" fn s2n_stack_traces_enabled_set(
    newval: bool
) -> i32
Expand description

Configures the s2n stack trace captures option.

@param newval Boolean to determine if stack traces should be enabled. True to enable them. False to disable them. @returns S2N_SUCCESS on success. S2N_FAILURE on failure