pub fn get_os_version() -> String
Get the host computer name
use cot::host::get_host_name; let host_name = get_host_name();