GetUInt64 method

int GetUInt64(
  1. Pointer<Uint64> result
)

Implementation

int GetUInt64(Pointer<Uint64> result) => ptr.ref.vtable
    .elementAt(14)
    .cast<Pointer<NativeFunction<_GetUInt64_Native>>>()
    .value
    .asFunction<_GetUInt64_Dart>()(ptr.ref.lpVtbl, result);