pub fn write<Fd>(fd: Fd, buf: &[u8]) -> Result<usize, Errno> ⓘwhere Fd: AsFd,
dep_rustix
write(fd, buf)—Writes to a stream.
write(fd, buf)