pub unsafe extern "C" fn c4enum_next(
e: *mut C4DocEnumerator,
outError: *mut C4Error,
) -> boolExpand description
Advances the enumerator to the next document. Returns false at the end, or on error; look at the C4Error to determine which occurred, and don’t forget to free the enumerator.