TpSetCallbackPersistent method

void TpSetCallbackPersistent(
  1. Pointer<TP_CALLBACK_ENVIRON_V3> CallbackEnviron
)

Implementation

void TpSetCallbackPersistent(
  ffi.Pointer<TP_CALLBACK_ENVIRON_V3> CallbackEnviron,
) {
  return (_TpSetCallbackPersistent ??= _dylib.lookupFunction<
      _c_TpSetCallbackPersistent,
      _dart_TpSetCallbackPersistent>('TpSetCallbackPersistent'))(
    CallbackEnviron,
  );
}