Function rustix::backend::io::syscalls::write

source ยท
pub(crate) fn write(fd: BorrowedFd<'_>, buf: &[u8]) -> Result<usize>