Function windows::Win32::Networking::WinInet::InternetGetCookieA

pub unsafe fn InternetGetCookieA<P0, P1>(
    lpszurl: P0,
    lpszcookiename: P1,
    lpszcookiedata: PSTR,
    lpdwsize: *mut u32,
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>,