Function s2n_quic::provider::tls::default::ffi::s2n_print_stacktrace

source ·
pub unsafe extern "C" fn s2n_print_stacktrace(fptr: *mut FILE) -> i32
Expand description

Prints the s2n stack trace to a file. The file descriptor is expected to be open and ready for writing.

@param fptr A pointer to the file s2n-tls should write the stack trace to. @returns S2N_SUCCESS on success. S2N_FAILURE on failure