getBytes_ method

void getBytes_(
  1. Pointer<Void> buffer
)

Implementation

void getBytes_(ffi.Pointer<ffi.Void> buffer) {
  _lib._objc_msgSend_51(_id, _lib._sel_getBytes_1, buffer);
}