macro_rules! ecsimple_log_warn {
    ($($arg:tt)+) => { ... };
}