macro_rules! early_println { () => { ... }; ($($arg:tt)*) => { ... }; }
Early println macro for debugging