pub trait VideoFormatIteratorExtRef {
    // Required method
    fn into_video_caps(self) -> Option<VideoCapsBuilder<NoFeature>>;
}pub trait VideoFormatIteratorExtRef {
    // Required method
    fn into_video_caps(self) -> Option<VideoCapsBuilder<NoFeature>>;
}