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

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