pub type ArrToStructNameGenerator = Arc<dyn Fn(usize) -> PlSmallStr + Send + Sync>;
struct ArrToStructNameGenerator { /* private fields */ }