This generalizes DWARFTypePrinter class to a template class so that it can be reused for lldb's DWARFDIE type. This is a split of https://github.com/llvm/llvm-project/pull/90008. The difference is that this doesn't have `Visitor` template parameter which can be added later if necessary.