pub unsafe extern "C" fn gst_stream_new(
    stream_id: *const c_char,
    caps: *mut GstCaps,
    type_: GstStreamType,
    flags: GstStreamFlags
) -> *mut GstStream
This is supported on crate feature v1_10 only.