namespace FFmpeg.AutoGen; public struct AVPacketList { public AVPacket pkt; public unsafe AVPacketList* next; }