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