TpSetCallbackLongFunction method
Implementation
void TpSetCallbackLongFunction(
ffi.Pointer<TP_CALLBACK_ENVIRON_V3> CallbackEnviron,
) {
return (_TpSetCallbackLongFunction ??= _dylib.lookupFunction<
_c_TpSetCallbackLongFunction,
_dart_TpSetCallbackLongFunction>('TpSetCallbackLongFunction'))(
CallbackEnviron,
);
}