StartThreadpoolIo method
Implementation
void StartThreadpoolIo(
ffi.Pointer<_TP_IO> pio,
) {
return (_StartThreadpoolIo ??=
_dylib.lookupFunction<_c_StartThreadpoolIo, _dart_StartThreadpoolIo>(
'StartThreadpoolIo'))(
pio,
);
}