书上说当将一个void*的指针转换为别的指针时可以用static_cast,那如果我需要将一个结构体指针转换为void*的指针,用static_cast操作符可以吗?还是用reinterpret_cast?