rustix::backend::process::syscalls

Function kill_process

Source
pub(crate) fn kill_process(pid: Pid, sig: Signal) -> Result<()>