pyo3_ffi

Function PyInterpreterState_ThreadHead

Source
pub unsafe extern "C" fn PyInterpreterState_ThreadHead(
    interp: *mut PyInterpreterState,
) -> *mut PyThreadState
Available on non-Py_LIMITED_API and non-PyPy only.