[−][src]Function flac_sys::FLAC__metadata_object_vorbiscomment_entry_matches
pub unsafe extern "C" fn FLAC__metadata_object_vorbiscomment_entry_matches(
entry: FLAC__StreamMetadata_VorbisComment_Entry,
field_name: *const c_char,
field_name_length: c_uint
) -> FLAC__bool
Check if the given Vorbis comment entry's field name matches the given field name.
\param entry An existing Vorbis comment entry. \param field_name The field name to check. \param field_name_length The length of \a field_name, not including the terminating \c NUL. \assert \code (entry.entry != NULL && entry.length > 0) \endcode \retval FLAC__bool \c true if the field names match, else \c false