macro_rules! is_debug {
    () => { ... };
    ($kind:expr) => { ... };
}