pub unsafe fn socketpair( domain: c_int, ty: c_int, protocol: c_int, sv: &mut [c_int; 2] ) -> OCallResult<()>