namespace Ryujinx.HLE.HOS.Applets.Browser
{
public struct WebArgTLV
public ushort Type;
public ushort Size;
public uint Padding;
}