macro_rules! print { ($($params:expr),*) => { ... }; }
Print the given output to the standard out writer device previously set with the set_stdout() function.
set_stdout()
This method is infallible.