[][src]Function tabbyssl::libssl::err::tabby_ERR_print_errors_fp

#[no_mangle]pub unsafe extern "C" fn tabby_ERR_print_errors_fp(fp: *mut FILE)

ERR_print_errors_fp - a convenience function that prints the error strings for all errors that OpenSSL has recorded to fp, thus emptying the error queue.

#include <tabbyssl/openssl/err.h>

void ERR_print_errors_fp(FILE *fp);

Safety

This API is Rust-unsafe because it dereferences a pointer provided by users Use with caution!