C 中的 void * 可以转为任意类型的指针,但 C++ 需要一个 reinterpret_cast 做强制转换。