init(_:)
Creates a UUID by initializing its raw memory from a collection of bytes. If the collection does not contain at least 16 bytes, the uninitalized portion of the UUID is filled with zero bytes.
init<Bytes>(_ bytes: Bytes) where Bytes : Collection, Bytes.Element == UInt8