#include <thread>
typedef void * HANDLER;
void Func(HANDLER & h){
//...