pub unsafe extern "system" fn SetConsoleCtrlHandler(
    HandlerRoutine: Option<unsafe extern "system" fn(_: u32) -> i32>,
    Add: i32
) -> i32