This syncs the cs_main definition/declaration.
Noticed when experimenting with the external visibility of cs_main.
Specifically, this is needed for the following to work as intended:
__attribute__ ((visibility ("default"))) extern RecursiveMutex cs_main;