macro_rules! rclrust_warn {
    ($logger:expr, $($arg:tt)+) => { ... };
}