mirror of
https://github.com/apple/swift-nio.git
synced 2026-05-20 20:30:36 +00:00
If we receive a functions error via `GetLastError`, we can stringify it via `FormatMessage`. Sadly `FormatMessage` isn't auto imported into Swift, which is why we need to use the shim layer.