uuid_parse
if (uuid_parse(str, tst) < 0) {
parsedOk = uuid_parse(uuid, uuidBits) == 0;
int uuid_parse(const char *in, uuid_t uu);
if (uuid_parse(argv[1], buf)) {