unsigned long long simple_strtoull (const char * cp, char ** endp, unsigned int base);
unsigned long long simple_strtoull
The start of the string
A pointer to the end of the parsed string will be placed here
The number base to use