Alias ITaskManager.UnsafeTimerHandler

Unsafe timer handler, these will be run in trusted and exceptions inside the handler will be logged

class ITaskManager
{
  // ...
  alias UnsafeTimerHandler = void delegate();
  // ...
}