pub const SYS_SILO_KILL: usize = 805;
Force-kill a silo immediately (SIGKILL).
silo_id
The silo is terminated without cleanup. Use SYS_SILO_STOP for graceful shutdown.
SYS_SILO_STOP