* Add resolve_renamed_struct_field()
* Add ChunkField enum
* Raise ValueError when field name not found
* Add fetch_chunk_metadata()
* Use None for include_only_fields argument
* Use None as default value for include/exclude filters in fetch_struct_as_dictionary
* Resolve C408
* Remove unused typing.Set import
* Correct use of Set in type hints
Thanks to @gsingh93 for figuring out what I'd done wrong here: capitalized "Set" must be used for compatibility with Python 3.8
* Correct use of Set in type hints
* Import Set from Typing in ptmalloc.py