pub unsafe extern "C" fn av_dict_get(
    m: *const AVDictionary,
    key: *const c_char,
    prev: *const AVDictionaryEntry,
    flags: c_int
) -> *mut AVDictionaryEntry