Type Alias CXCursorVisitor

Source
pub type CXCursorVisitor = extern "C" fn(_: CXCursor, _: CXCursor, _: CXClientData) -> CXChildVisitResult;