pub const SIGTERM: c_int = 15;
The signal number for SIGTERM.
This is 15 on all platforms. We define it here rather than using SIGTERM because SIGTERM is not available on Windows, but the value is platform-independent.
SIGTERM