[−][src]Function flac_sys::FLAC__format_vorbiscomment_entry_name_is_legal
pub unsafe extern "C" fn FLAC__format_vorbiscomment_entry_name_is_legal(
name: *const c_char
) -> FLAC__bool
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.