func (p *Comment) Clear() { C.vorbis_comment_clear((*C.vorbis_comment)(p)) }
// CommentClear function as declared in https://xiph.org/vorbis/doc/libvorbis/vorbis_comment_clear.html func CommentClear(vc *Comment) { cvc, _ := vc.PassRef() C.vorbis_comment_clear(cvc) }