pub fn write_stdout(text: &str)
Writes a string to stdout.
Use this instead of print! or println! to avoid the overhead of Rust’s stdio handling. Don’t need that.
print!
println!