Function set_pdeathsig
fn set_pdeathsig<T: Into<Option<crate::sys::signal::Signal>>>(signal: T) -> Result<()>
Set the parent-death signal of the calling process. This is the signal that the calling process will get when its parent dies.