fn aggregate_field_index( base_ty: &Ty, field: &str, structs: &[MirStructDecl], ) -> Result<usize, LowerError>
Return one aggregate field index by tuple index or struct declaration order.