getCString_ method

void getCString_(
  1. Pointer<Char> bytes
)

Implementation

void getCString_(ffi.Pointer<ffi.Char> bytes) {
  _lib._objc_msgSend_289(_id, _lib._sel_getCString_1, bytes);
}