initWithUUIDString_ method
initWithUUIDString:
Implementation
NSUUID? initWithUUIDString_(objc.NSString string) {
final _ret = _objc_msgSend_62nh5j(this.ref.retainAndReturnPointer(), _sel_initWithUUIDString_, string.ref.pointer);
return _ret.address == 0 ? null : NSUUID.castFromPointer(_ret, retain: false, release: true);
}