bufLen

Parameters

bufLen

The length of the buffer to be written.

Definition:

(typename $ciovec
(record
;;; The address of the buffer to be written.
(field $buf (@witx const_pointer u8))
;;; The length of the buffer to be written.
(field $buf_len $size)
)
)