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