Type Definition pyo3::ffi::traverseproc [] [src]

type traverseproc = unsafe extern "C" fn(_: *mut PyObject, _: visitproc, _: *mut c_void) -> c_int;