TpSetCallbackRaceWithDll method

void TpSetCallbackRaceWithDll(
  1. Pointer<TP_CALLBACK_ENVIRON_V3> CallbackEnviron,
  2. Pointer<Void> DllHandle
)

Implementation

void TpSetCallbackRaceWithDll(
  ffi.Pointer<TP_CALLBACK_ENVIRON_V3> CallbackEnviron,
  ffi.Pointer<ffi.Void> DllHandle,
) {
  return (_TpSetCallbackRaceWithDll ??= _dylib.lookupFunction<
      _c_TpSetCallbackRaceWithDll,
      _dart_TpSetCallbackRaceWithDll>('TpSetCallbackRaceWithDll'))(
    CallbackEnviron,
    DllHandle,
  );
}