private IntPtr GetIntPtr(IntPtr ptr, int offset)
		{
			return (IntPtr)(ptr.AsInt() + offset);
		}