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