Function windows::Win32::Networking::WinInet::InternetGetSecurityInfoByURL
pub unsafe fn InternetGetSecurityInfoByURL<P0>(
lpszurl: P0,
ppcertchain: *mut *mut CERT_CHAIN_CONTEXT,
pdwsecureflags: *mut u32,
) -> BOOLwhere
P0: Param<PCSTR>,