Function rustix::backend::io::syscalls::pwrite

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