macro_rules! debug_print {
    ($fmt: literal $(, $($arg: tt)+)?) => { ... };
}