CallCharMethodV property

Pointer<NativeFunction<JCharMarker Function(Pointer<JniEnv1>, JObjectPtr, JMethodIDPtr, Pointer<Void>)>> CallCharMethodV
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        JCharMarker Function(ffi.Pointer<JniEnv1>, JObjectPtr, JMethodIDPtr,
            ffi.Pointer<ffi.Void>)>> CallCharMethodV;