resetWithCompletionHandler_ method

void resetWithCompletionHandler_(
  1. ObjCBlock_ffiVoid completionHandler
)

Implementation

void resetWithCompletionHandler_(ObjCBlock_ffiVoid completionHandler) {
  _lib._objc_msgSend_531(
      _id, _lib._sel_resetWithCompletionHandler_1, completionHandler._id);
}