Found some user attempts to invoke a member function pointer from a void pointer.
e.g., How to call a class member function from 2 void pointers
I would like to test it on my project, but the topics enclosed are too advanced for me and the questions usually hold partial code only.
Looking for a simple working example I could test upon.
Edit: I am trying to create a callback mechanism on my system. so I can pass different types of callback functions without using wrapper functions or static member functions