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