Return the ASYNC_JOB currently executing on this thread, if any.
Declared in <openssl/async.h>
<openssl/async.h>
ASYNC_JOB* ASYNC_get_current_job();
The current job, or NULL when called outside an ASYNC job.