JS_FreeCString top-level property
Implementation
final void Function(Pointer<JSContext_> ctx, Pointer<Utf8> ptr) JS_FreeCString =
kLookup<NativeFunction<Void Function(Pointer<JSContext_>, Pointer<Utf8>)>>(
'JS_FreeCString',
).asFunction();