pub unsafe extern "C" fn fd_write(
    arg0: i32,
    arg1: i32,
    arg2: i32,
    arg3: i32
) -> i32
Expand description

Write to a file descriptor. Note: This is similar to writev in POSIX.