UUIDWithCFUUID_ static method
UUIDWithCFUUID:
Implementation
static CBUUID UUIDWithCFUUID_(ffi.Pointer<__CFUUID> theUUID) {
final _ret = _objc_msgSend_1tne5pw(_class_CBUUID, _sel_UUIDWithCFUUID_, theUUID);
return CBUUID.castFromPointer(_ret, retain: true, release: true);
}