pub unsafe fn WSAAsyncSelect<P0, P1>(
    s: P0,
    hwnd: P1,
    wmsg: u32,
    levent: i32
) -> i32
where P0: IntoParam<SOCKET>, P1: IntoParam<HWND>,