pub fn vmsplice(fd: RawFd, iov: &[IoVec<&[u8]>], flags: SpliceFFlags) -> Result<usize>
#[cfg(any(target_os = "linux", target_os = "android"))]