Add general purpose wrappers, MAKE_HOOK_WRAPPER, xref fixes
- Added
accessor-wrapper-types.hpp
andbase-wrapper-type.hpp
for use with customizable sized wrapper types. - In order to facilitate this being applicable, added a
MAKE_HOOK_WRAPPER
to illustrate conversions to and from wrapper types without forcing size constraints. - Made it so that xref traces can work through hooks (hooks also properly log when combined)
Full Changelog: v3.10.0...v3.11.0