macro_rules! kprintln {
    ($fmt: literal $(, $($arg: tt)+)?) => { ... };
}