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