pub unsafe extern "C" fn aws_backtrace_print(
    fp: *mut FILE,
    call_site_data: *mut c_void
)
Expand description

Print a backtrace from either the current stack, or (if provided) the current exception/signal call_site_data is siginfo_t* on POSIX, and LPEXCEPTION_POINTERS on Windows, and can be null