Type Alias 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;