NewStringUTF property

Pointer<NativeFunction<JniResult Function(Pointer<Char> bytes)>> NewStringUTF
getter/setter pair

Implementation

external ffi.Pointer<
        ffi.NativeFunction<JniResult Function(ffi.Pointer<ffi.Char> bytes)>>
    NewStringUTF;