mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-10-28 14:39:01 -05:00
Conversions from void* to the proper data type are well-defined and supported by static_cast. We don't need to use reinterpret_cast here.
Conversions from void* to the proper data type are well-defined and supported by static_cast. We don't need to use reinterpret_cast here.