Function s2n_tls_sys::s2n_print_stacktrace

source ·
pub unsafe extern "C" fn s2n_print_stacktrace(
    fptr: *mut FILE
) -> c_int
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