pub unsafe extern "C" fn gst_video_decoder_set_interlaced_output_state(
    decoder: *mut GstVideoDecoder,
    fmt: GstVideoFormat,
    interlace_mode: GstVideoInterlaceMode,
    width: c_uint,
    height: c_uint,
    reference: *mut GstVideoCodecState
) -> *mut GstVideoCodecState
Available on crate feature v1_16 only.