Read a concatenated hexadecimal 64-bit integer.
Read a concatenated hexadecimal 64-bit integer.Parses a concatenated hexadecimal integer and returns it as a 64-bit unsigned integer (because we're can). Consecutive hex integers must, of course, be space-delimited. The function knows about this (it uses sscanf() to the dirty work).