PyGILState_GetThisThreadState method Null safety
Implementation
ffi.Pointer<_ts> PyGILState_GetThisThreadState() {
return _PyGILState_GetThisThreadState();
}
ffi.Pointer<_ts> PyGILState_GetThisThreadState() {
return _PyGILState_GetThisThreadState();
}