pub unsafe extern "system" fn SetConsoleCtrlHandler(
    handlerroutine: PHANDLER_ROUTINE,
    add: BOOL
) -> BOOL
Expand description

Required features: ‘Win32_System_Console’, ‘Win32_Foundation’