PHANDLER_ROUTINE typedef callback
An application-defined function used with the SetConsoleCtrlHandler function.
To learn more, see learn.microsoft.com/windows/console/handlerroutine.
Implementation
typedef PHANDLER_ROUTINE = Int32 Function(Uint32 ctrlType);