Type Definition python27_sys::iternextfunc[][src]

pub type iternextfunc = unsafe extern "C" fn(arg1: *mut PyObject) -> *mut PyObject;