Check a Vorbis comment entry name to see if it conforms to the Vorbis
comment specification.
Vorbis comment names must be composed only of characters from
[0x20-0x3C,0x3E-0x7D].
\param name A NUL-terminated string to be checked.
\assert
\code name != NULL \endcode
\retval FLAC__bool
\c false if entry name is illegal, else \c true.
Check a Vorbis comment entry name to see if it conforms to the Vorbis comment specification.
Vorbis comment names must be composed only of characters from [0x20-0x3C,0x3E-0x7D].
\param name A NUL-terminated string to be checked. \assert \code name != NULL \endcode \retval FLAC__bool \c false if entry name is illegal, else \c true.