pub const SYS_PIPE: usize = 431; // 431usizeExpand description
Create a pipe pair for inter-process communication.
fds_ptr: pointer to receive two file descriptors (read end, write end)
Returns 0 on success. The pipe provides unidirectional byte stream IPC.