pub type DslNameGenerator = PlanCallback<usize, String>;
pub enum DslNameGenerator { Python(SpecialEq<Arc<PythonObject>>), Rust(SpecialEq<Arc<dyn Fn(usize) -> Result<String, PolarsError> + Send + Sync>>), }