SetThreadpoolCallbackLibrary method

void SetThreadpoolCallbackLibrary(
  1. Pointer<TP_CALLBACK_ENVIRON_V3> pcbe,
  2. Pointer<Void> mod
)

Implementation

void SetThreadpoolCallbackLibrary(
  ffi.Pointer<TP_CALLBACK_ENVIRON_V3> pcbe,
  ffi.Pointer<ffi.Void> mod,
) {
  return (_SetThreadpoolCallbackLibrary ??= _dylib.lookupFunction<
      _c_SetThreadpoolCallbackLibrary,
      _dart_SetThreadpoolCallbackLibrary>('SetThreadpoolCallbackLibrary'))(
    pcbe,
    mod,
  );
}