pub fn pipe2(flags: i32) -> Result<(i32, i32)>
pipe2(2) 创建管道对,用于 splice 中继。
flags
O_NONBLOCK
(read_fd, write_fd)