Macro safe_print

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