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