The `wintrap` crate allows a Windows process to trap one or more abstracted
"signals", running an asynchronous callback function whenever they are caught
while active.
```
}).unwrap();
```
Please note that it is not possible to correctly trap Ctrl-C signals when
running programs via `cargo run`. You will have to run them directly via the
target directory after building.