getCString_maxLength_ method

void getCString_maxLength_(
  1. Pointer<Char> bytes,
  2. int maxLength
)

Implementation

void getCString_maxLength_(ffi.Pointer<ffi.Char> bytes, int maxLength) {
  _lib._objc_msgSend_390(
      _id, _lib._sel_getCString_maxLength_1, bytes, maxLength);
}