pub fn print<S>(s: S)where S: AsRef<str>,
Print a UTF-8 string to stdout on host machine for debugging purposes.