xpc_uuid_create(_:)
Creates an XPC object that represents a universally unique identifier (UUID).
Declaration
func xpc_uuid_create(_ uuid: UnsafePointer<UInt8>) -> xpc_object_tParameters
- uuid:
The UUID which is to be boxed.
Return Value
A new UUID object.