copyPath_toPath_handler_ method

bool copyPath_toPath_handler_(
  1. NSString src,
  2. NSString dest,
  3. NSObject? handler
)

Implementation

bool copyPath_toPath_handler_(
    NSString src, NSString dest, NSObject? handler) {
  return _lib._objc_msgSend_452(_id, _lib._sel_copyPath_toPath_handler_1,
      src._id, dest._id, handler?._id ?? ffi.nullptr);
}