pub unsafe extern "C" fn PyThreadState_GetInterpreter(
arg1: *mut PyThreadState,
) -> *mut PyInterpreterStateAvailable on
Py_3_9 and non-Py_LIMITED_API, or Py_3_10 only.pub unsafe extern "C" fn PyThreadState_GetInterpreter(
arg1: *mut PyThreadState,
) -> *mut PyInterpreterStatePy_3_9 and non-Py_LIMITED_API, or Py_3_10 only.