safe_print

Macro safe_print 

Source
macro_rules! safe_print {
    ($($arg:tt)*) => { ... };
}