namespace FFmpeg.AutoGen; public struct AVDictionaryEntry { public unsafe sbyte* key; public unsafe sbyte* value; }