SetThreadpoolCallbackLibrary method
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,
);
}