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

Required features: "Win32_Foundation"