pub(crate) fn generate_visitor_bases( _ctx: &GenerateCtx<'_>, name: &str, inherits: &[&str], reduce: bool, ty_names: &[String], ) -> String