Function mesalink::libssl::err::mesalink_ERR_peek_last_error[][src]

#[no_mangle]
pub extern "C" fn mesalink_ERR_peek_last_error() -> c_ulong
Expand description

ERR_peek_last_error - returns the latest error code from the thread’s error queue without modifying it.

#include <mesalink/openssl/err.h>

unsigned long ERR_peek_last_error(void);