pyo3_ffi

Type Alias visitproc

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