Function socketpair

Source
pub unsafe extern "C" fn socketpair(
    __domain: i32,
    __type: i32,
    __protocol: i32,
    __fds: *mut i32,
) -> i32