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