UUIDWithCFUUID_ static method

CBUUID UUIDWithCFUUID_(
  1. Pointer<__CFUUID> theUUID
)

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);
}