GetChar16 method

int GetChar16(
  1. Pointer<Uint16> result
)

Implementation

int GetChar16(Pointer<Uint16> result) => ptr.ref.vtable
    .elementAt(17)
    .cast<Pointer<NativeFunction<_GetChar16_Native>>>()
    .value
    .asFunction<_GetChar16_Dart>()(ptr.ref.lpVtbl, result);