pub fn gethostname()
For now, use rustix::process::uname().nodename() instead.
rustix::process::uname().nodename()
See also the module comment.