GetCharArrayElements method

Pointer<JCharMarker> GetCharArrayElements(
  1. JCharArrayPtr array,
  2. Pointer<JBooleanMarker> isCopy
)

Implementation

ffi.Pointer<JCharMarker> GetCharArrayElements(
        JCharArrayPtr array, ffi.Pointer<JBooleanMarker> isCopy) =>
    _GetCharArrayElements(array, isCopy).getPointer<JCharMarker>();