1. Create a local variable by going to the Variables window, right click on Locals > Insert Local > Object Reference
2. Go to the Step Settings and select the parameter that you want to pass as a pointer (void *) and specify the variable that you created in the previous step.
3. On the right panel select category as Pointer/Handle and Pass should be By Value.
4. Run the C/C++ call step.