Function windows::Win32::Networking::WinSock::GetAddrInfoW

pub unsafe fn GetAddrInfoW<P0, P1>(
    pnodename: P0,
    pservicename: P1,
    phints: Option<*const ADDRINFOW>,
    ppresult: *mut *mut ADDRINFOW,
) -> i32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>,