pub unsafe extern "system" fn InternetGetCookieExW(
    lpszurl: PWSTR,
    lpszcookiename: PWSTR,
    lpszcookiedata: PWSTR,
    lpdwsize: *mut u32,
    dwflags: INTERNET_COOKIE_FLAGS,
    lpreserved: *mut c_void
) -> BOOL
Expand description

Required features: ‘Win32_Networking_WinInet’, ‘Win32_Foundation’