is there any UB in reintrpreting a standard layout struct as an unsigned char*
I wanted to see if it is safe to reintpret_cast a colour struct into an unsigned char* to pass around for APIs
I wanted to see if it is safe to reintpret_cast a colour struct into an unsigned char* to pass around for APIs