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