pub fn gethostid() -> String
Return the host ID (in hexadecimal) of the current host.
let host_id = gethostid_rs::gethostid(); println!("{}", host_id)