initWithUUIDBytes_ method

NSUUID initWithUUIDBytes_(
  1. Pointer<UnsignedChar> bytes
)

initWithUUIDBytes:

Implementation

NSUUID initWithUUIDBytes_(ffi.Pointer<ffi.UnsignedChar> bytes) {
  final _ret = _objc_msgSend_3p0t0x(this.ref.retainAndReturnPointer(), _sel_initWithUUIDBytes_, bytes);
  return NSUUID.castFromPointer(_ret, retain: false, release: true);
}