fn new_pipe_pair(
) -> Result<(impl AsRawDescriptor + Read, impl AsRawDescriptor + Write)>