Function windows::Win32::Networking::WinInet::InternetGetCookieExA
pub unsafe fn InternetGetCookieExA<P0, P1, P2>(
lpszurl: P0,
lpszcookiename: P1,
lpszcookiedata: P2,
lpdwsize: *mut u32,
dwflags: INTERNET_COOKIE_FLAGS,
lpreserved: Option<*const c_void>,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,