In Guile Scheme programming there's this convention of adding section headings as follows (it is used in Guix, for example):
;;;
;;; Section Heading Here
;;;
Is there a command to ask Emacs to show me those headings as a table of contents, hyperlinked, so that I can have an overview of a buffer and easily navigate to its sections?