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