Refactor unsafe extern block in Windows console output setup - Changed the declaration of the `SetConsoleOutputCP` function to use `unsafe extern "system"` for improved clarity and safety in the Windows-specific code section.
Refactor unsafe extern block in Windows console output setup - Changed the declaration of the `SetConsoleOutputCP` function to use `unsafe extern "system"` for improved clarity and safety in the Windows-specific code section.