pub fn vmsplice(target: &impl AsRawFd, bytes: &[u8]) -> Result<usize>
Copy data from bytes into target, which must be a pipe.
bytes
target
Returns the number of successfully copied bytes.