PyInterpreterState_GetID method Null safety
- Pointer<
_is> arg0
Implementation
int PyInterpreterState_GetID(
ffi.Pointer<_is> arg0,
) {
return _PyInterpreterState_GetID(
arg0,
);
}
int PyInterpreterState_GetID(
ffi.Pointer<_is> arg0,
) {
return _PyInterpreterState_GetID(
arg0,
);
}