pub unsafe extern "C" fn av_packet_add_side_data(
    pkt: *mut AVPacket,
    type_: c_uint,
    data: *mut u8,
    size: usize
) -> c_int