pub const SYS_WRITE: usize = 404;
Write data to a file descriptor.
fd
buf_ptr
buf_len
Returns the number of bytes actually written.