Macro twarnln

Source
macro_rules! twarnln {
    ($target:expr) => { ... };
    ($dest:expr, $($arg:tt)*) => { ... };
}