getCString_maxLength_encoding_ method

bool getCString_maxLength_encoding_(
  1. Pointer<Char> buffer,
  2. int maxBufferCount,
  3. int encoding
)

Implementation

bool getCString_maxLength_encoding_(
    ffi.Pointer<ffi.Char> buffer, int maxBufferCount, int encoding) {
  return _lib._objc_msgSend_354(
      _id,
      _lib._sel_getCString_maxLength_encoding_1,
      buffer,
      maxBufferCount,
      encoding);
}