CancelThreadpoolIo method
Implementation
void CancelThreadpoolIo(
ffi.Pointer<_TP_IO> pio,
) {
return (_CancelThreadpoolIo ??=
_dylib.lookupFunction<_c_CancelThreadpoolIo, _dart_CancelThreadpoolIo>(
'CancelThreadpoolIo'))(
pio,
);
}