I\'m looking through the source of a C# program that uses a library written in C. I came across this line and was unsure what it was:
cvbimUNSAFE.GetImageVPA
That's not C#. It looks like C++. In that case, a void** is a pointer to a void pointer.
void**