jsFreeCString top-level property

void Function(Pointer<JSContext> ctx, Pointer<Utf8> val) jsFreeCString
final

void jsFreeCString(JSContext *ctx, const char *ptr)

Implementation

final void Function(Pointer<JSContext> ctx, Pointer<Utf8> val)
jsFreeCString = _qjsLib
    .lookup<NativeFunction<Void Function(Pointer<JSContext>, Pointer<Utf8>)>>(
      'jsFreeCString',
    )
    .asFunction();