A new unsigned pointer that reflects the addition of offset to pointer.
The IntPtr.Add(IntPtr, int) method does not throw an exception if the result is too large to represent as a pointer on the specified platform. Instead, the addition operation is performed in an unchecked context.
Languages that do not support operator overloading or custom operators can use this method to add an offset to the value of an unsigned pointer.