uuid_is_nil
int32_t uuid_is_nil(const uuid_t *, uint32_t *);
return (uuid_is_nil(b, NULL));
return (uuid_is_nil(a, NULL));