pub fn is_process_alive(pid: u32) -> bool
Check whether a host process exists.
On Unix, EPERM still means the process exists even though the caller is not allowed to signal it.
EPERM