pub unsafe fn WSARecvDisconnect<P0>(
    s: P0,
    lpinbounddisconnectdata: Option<*const WSABUF>
) -> i32
where P0: IntoParam<SOCKET>,