Function av_find_best_stream

pub unsafe extern "C" fn av_find_best_stream(
    ic: *mut AVFormatContext,
    type_: i32,
    wanted_stream_nb: i32,
    related_stream: i32,
    decoder_ret: *mut *const AVCodec,
    flags: i32,
) -> i32