pub unsafe extern "C" fn aws_directory_entry_iterator_next(
    iterator: *mut aws_directory_iterator
) -> c_int
Expand description

Moves the iterator to the next entry. Returns AWS_OP_SUCCESS if another entry is available, or AWS_OP_ERR with AWS_ERROR_LIST_EMPTY as the value for aws_last_error() if no more entries are available.