Macro early_print

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