getCString method
getCString:maxLength:encoding:
Implementation
bool getCString(
ffi.Pointer<ffi.Char> buffer, {
required int maxLength,
required int encoding,
}) {
return _objc_msgSend_1lv8yz3(
object$.ref.pointer,
_sel_getCString_maxLength_encoding_,
buffer,
maxLength,
encoding,
);
}