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