A (void*) function was declared as (void**) because one of the void pointers was hidden behind a typedef. Because of the way a void* works, this has no consequences, but it is confusing.
A (void*) function was declared as (void**) because one of the void pointers was hidden behind a typedef. Because of the way a void* works, this has no consequences, but it is confusing.