early_print

Macro early_print 

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