编译器错误 C2095

“function”:实际参数具有“void”类型:参数“number”

传递给函数的参数为类型 void,这是不允许的。 请改为使用指向 void (void *) 的指针。

number 指示哪个参数为 void