void UUID_Generate(
uuid_type_t type,
uuid_t * uuid );
Generate Universally Unique Identifier conforming the RFC 4122.
type - type of the identifier:
UUID_TYPE_DCE_RANDOM - random identifier. Do not use it on purpose
due to the weak source of noise on AROS.
UUID_TYPE_DCE_TIME - system time based identifier.
uuid - storage for generated UUID.
This function always succeeds.