Function PyThreadState_Next
pub unsafe extern "C" fn PyThreadState_Next(
tstate: *mut PyThreadState,
) -> *mut PyThreadState
Available on crate features
dep_pyo3
and std
only.pub unsafe extern "C" fn PyThreadState_Next(
tstate: *mut PyThreadState,
) -> *mut PyThreadState
dep_pyo3
and std
only.