pub fn write(fd: i32, buf: &[u8]) -> Result<usize, Errno>
Expand description

Write to a raw file descriptor.

See also write(2)