ReleaseCharArrayElements property

Pointer<NativeFunction<JThrowablePtr Function(JCharArrayPtr array, Pointer<JCharMarker> elems, JIntMarker mode)>> ReleaseCharArrayElements
getter/setter pair

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        JThrowablePtr Function(
            JCharArrayPtr array,
            ffi.Pointer<JCharMarker> elems,
            JIntMarker mode)>> ReleaseCharArrayElements;