mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-01-29 11:06:57 -06:00
4073931305
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.