pub unsafe fn WSAAsyncGetHostByAddr<P0>(
    hwnd: P0,
    wmsg: u32,
    addr: &[u8],
    type: i32,
    buf: &mut [u8]
) -> Result<HANDLE>
where P0: IntoParam<HWND>,