bufLen

Parameters

bufLen

The length of the buffer to be filled.

Definition:

(typename $iovec
(record
;;; The address of the buffer to be filled.
(field $buf (@witx pointer u8))
;;; The length of the buffer to be filled.
(field $buf_len $size)
)
)