Function windows::Win32::Networking::WinSock::WSAAsyncGetServByPort

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