D97883 introduced a compile-time error in the experimental remote offloading
libomptarget plugin, this patch fixes it and resolves a number of
inconsistencies in the plugin as well:
- Non-functional Asynchronous API
- Unnecessarily verbose debug printing
- Misc. code clean ups
This is not intended to make any functional changes to the plugin.