pub unsafe extern "C" fn av_packet_unpack_dictionary(
    data: *const u8,
    size: usize,
    dict: *mut *mut AVDictionary
) -> c_int