macro_rules! println_at_output_channel {
    (
        $channel:expr => $($x:expr),*
    ) => { ... };
}