Type Definition pyo3::ffi::traverseproc

source · []
pub type traverseproc = unsafe extern "C" fn(*mut PyObject, unsafe extern "C" fn(*mut PyObject, *mut c_void) -> i32, *mut c_void) -> i32;