Visitor invoked for each field found by a traversal.
This visitor function will be invoked for each field found by
\c clang_Type_visitFields. Its first argument is the cursor being
visited, its second argument is the client data provided to
\c clang_Type_visitFields.
The visitor should return one of the \c CXVisitorResult values
to direct \c clang_Type_visitFields.
Visitor invoked for each field found by a traversal.
This visitor function will be invoked for each field found by \c clang_Type_visitFields. Its first argument is the cursor being visited, its second argument is the client data provided to \c clang_Type_visitFields.
The visitor should return one of the \c CXVisitorResult values to direct \c clang_Type_visitFields.