DestroyThreadpoolEnvironment method

void DestroyThreadpoolEnvironment(
  1. Pointer<TP_CALLBACK_ENVIRON_V3> pcbe
)

Implementation

void DestroyThreadpoolEnvironment(
  ffi.Pointer<TP_CALLBACK_ENVIRON_V3> pcbe,
) {
  return (_DestroyThreadpoolEnvironment ??= _dylib.lookupFunction<
      _c_DestroyThreadpoolEnvironment,
      _dart_DestroyThreadpoolEnvironment>('DestroyThreadpoolEnvironment'))(
    pcbe,
  );
}