async_fibre_makecontext
int async_fibre_makecontext(async_fibre *fibre);
if (!async_fibre_makecontext(&job->fibrectx)) {
if (job == NULL || !async_fibre_makecontext(&job->fibrectx)) {