1 2 3 4
int RV_gen_uuid(uint8_t *doc_num, uint16_t doc_num_size, uuid_t *gen_uuid); typedef struct { uint8_t data[16]; } uuid_t;