Function fd_write [src]

Prototype

pub extern "wasi_snapshot_preview1" fn fd_write(fd: fd_t, iovs: [*]const ciovec_t, iovs_len: usize, nwritten: *usize) errno_t

Parameters

fd: fd_tiovs: [*]const ciovec_tiovs_len: usizenwritten: *usize

Source

pub extern "wasi_snapshot_preview1" fn fd_write(fd: fd_t, iovs: [*]const ciovec_t, iovs_len: usize, nwritten: *usize) errno_t