Type Alias traverseproc
pub type traverseproc = unsafe extern "C" fn(_: *mut PyObject, _: unsafe extern "C" fn(_: *mut PyObject, _: *mut c_void) -> i32, _: *mut c_void) -> i32;
Available on crate features
dep_pyo3
and std
only.