GetLongArrayElements method

Pointer<JLongMarker> GetLongArrayElements(
  1. JLongArrayPtr array,
  2. Pointer<JBooleanMarker> isCopy
)

Implementation

ffi.Pointer<JLongMarker> GetLongArrayElements(
        JLongArrayPtr array, ffi.Pointer<JBooleanMarker> isCopy) =>
    _GetLongArrayElements(array, isCopy).getPointer<JLongMarker>();