FLAC__metadata_object_vorbiscomment_insert_comment

Function FLAC__metadata_object_vorbiscomment_insert_comment 

Source
pub unsafe extern "C" fn FLAC__metadata_object_vorbiscomment_insert_comment(
    object: *mut FLAC__StreamMetadata,
    comment_num: u32,
    entry: FLAC__StreamMetadata_VorbisComment_Entry,
    copy: FLAC__bool,
) -> FLAC__bool