Fix the PyGILState_STATE type by filmor · Pull Request #1645 · pythonnet/pythonnet

@filmor

CPython uses a bare `enum` here, both of .NET and C default to `int`
enums, so this should be closer to the truth if no special compile
options are used.

@filmor