pub type OnTaskFault = fn(usize, &FaultInfo);
User hook invoked (under IsolateTask) with the faulting task id and the fault info, before the scheduler switches away.
IsolateTask