pub unsafe fn WSAAsyncGetServByName<P2, P3>( hwnd: HWND, wmsg: u32, name: P2, proto: P3, buf: &mut [u8], ) -> Result<HANDLE>where P2: Param<PCSTR>, P3: Param<PCSTR>,