Function SetConsoleCtrlHandler

Source
pub unsafe extern "C" fn SetConsoleCtrlHandler(
    HandlerRoutine: PHANDLER_ROUTINE,
    Add: BOOL,
) -> BOOL