pub unsafe fn WSAAsyncGetProtoByNumber<P0>(
    hwnd: P0,
    wmsg: u32,
    number: i32,
    buf: &mut [u8]
) -> Result<HANDLE>
where P0: IntoParam<HWND>,