extern "c" fn socketpair(c_uint, c_uint, c_uint, *[2]c.T) callconv(.C) c_int
domain: c_uint,
sock_type: c_uint,
protocol: c_uint,
sv: *[2]c.T,