pub fn sys_write(fd: c_int, buf: *const c_void, count: usize) -> ssize_t
Write data to the file indicated by fd.
fd
Return the written size if success.