Type Definition CXFieldVisitor
clang_sys
type CXFieldVisitor = extern "C" fn(_: CXCursor, _: CXClientData) -> CXVisitorResult;