1 2 3 4 5
#include "replace.h" bool hex_uint32(const char *in, uint32_t *out); struct GUID; bool parse_guid_string(const char *s, struct GUID *guid);