pub unsafe fn write( fd: i32, buf: *const c_void, count: usize, ) -> Result<isize, Errno>
count should not exceed the number of valid bytes in buf.
count
buf