Moves the iterator backward one metadata block, returning \c false if
already at the beginning.
\param iterator A pointer to an existing initialized iterator.
\assert
\code iterator != NULL \endcode
\a iterator has been successfully initialized with
FLAC__metadata_simple_iterator_init()
\retval FLAC__bool
\c false if already at the first metadata block of the chain, else
\c true.
Moves the iterator backward one metadata block, returning \c false if already at the beginning.
\param iterator A pointer to an existing initialized iterator. \assert \code iterator != NULL \endcode \a iterator has been successfully initialized with FLAC__metadata_simple_iterator_init() \retval FLAC__bool \c false if already at the first metadata block of the chain, else \c true.