pub const SYS_PIPE: usize = 431;
Create a pipe pair for inter-process communication.
fds_ptr
Returns 0 on success. The pipe provides unidirectional byte stream IPC.
0