pub unsafe extern "system" fn GetAddrInfoExW(
    pname: PCWSTR,
    pservicename: PCWSTR,
    dwnamespace: u32,
    lpnspid: *const GUID,
    hints: *const addrinfoexW,
    ppresult: *mut *mut addrinfoexW,
    timeout: *const timeval,
    lpoverlapped: *const OVERLAPPED,
    lpcompletionroutine: LPLOOKUPSERVICE_COMPLETION_ROUTINE,
    lphandle: *mut HANDLE
) -> i32
Expand description

Required features: "Win32_Networking_WinSock", "Win32_Foundation", "Win32_System_IO"