Gets the first scalar value from a va_list without other side effects.
va_list ap; unsigned long rc; rc = somvalistGetTarget(ap);