* Changed project name to Zydis
* Removed Zydis (former VX) prefix from classes and enums
* Renamed Verteron namespace to Zydis
* Reverted C-Bindings back to the old solution
* C-Bindings are now based on the C++ source again (and not the other way around)
- added "class" VXCustomDataSource allowing a user to write a custom data source
- increased warning level on MSVC to /W4 and resolved warnings arising from that
- added VX_UNUSED macro that allows shutting up unused-arg warnings explicitly when needed