execWithBuffer method
Re-export of the buffer-allocation helper so capability modules can reuse the same retry/grow logic used internally.
Implementation
Uint8List? execWithBuffer(
int Function(
ffi.Pointer<ffi.Uint8> buf,
int bufLen,
ffi.Pointer<ffi.Uint32> outWritten,
) op,
) =>
callWithBuffer(op);