/// <summary>
 ///     Given a cursor that represents a documentable entity (e.g., declaration), return the
 ///     associated parsed comment as a full-comment AST node.
 /// </summary>
 /// <returns>The parsed comment.</returns>
 public static Comment GetParsedComment(this Cursor cursor) => Clang.CursorGetParsedComment(GetCXCursor(cursor));