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