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