System.NUInt
struct NUInt
namespace System
{
internal struct NUInt
{
public static implicit operator NUInt(uint value);
public static implicit operator IntPtr(NUInt value);
public static explicit operator NUInt(int value);
public unsafe static explicit operator void*(NUInt value);
public static NUInt operator *(NUInt left, NUInt right);
}
}