Adds a natvis Visualizer for VarDecl. Specifically, this visualizer behaves as follows:
- Displays the name of the declaration as the DisplayString
- Translates some of the bitfields into their corresponding enumeration values
- Converts some of the existing visualizers to deref their pointers, so their DisplayStrings don't show the pointer address (increases verbosity for little gain)