_d_eh_swapContext
private fn
void * _d_eh_swapContext(void * newContext) nothrow @nogcHook for whatever EH implementation is used to save/restore some data per stack.
Parameters
newContext | The return value of the prior call to this function where the stack was last swapped out, or null when a fiber stack is switched in for the first time. |