Converts string to an __int64.
__int64 _strtoi64( const char * nptr, char ** endptr, int base )
returns the value represented in the string nptr, returns _I64_MAX or _I64_MIN if overflow, returns 0 if no conversion can be performed.
origin.h