I'm using a 3rd party sound api for an app I've been playing with. I found a .NET wrapper for it, and for the most part, it's great. Here's the problem: One functions has a sig similar to this in the original dll:
void getinfo(char** name, void** value);
The wrapper has this sig as:
void...