namespace Ryujinx.HLE.HOS.Applets.Browser
{
public struct WebArgHeader
public ushort Count;
public ushort Padding;
public ShimKind ShimKind;
}