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

#[no_mangle]
pub extern "C" fn mesalink_ERR_get_error() -> c_ulong

ERR_get_error - returns the earliest error code from the thread's error queue and removes the entry. This function can be called repeatedly until there are no more error codes to return.

#include <mesalink/openssl/err.h>

unsigned long ERR_get_error(void);