pub unsafe extern "system" fn InternetGetSecurityInfoByURLW(
    lpszurl: PCWSTR,
    ppcertchain: *mut *mut CERT_CHAIN_CONTEXT,
    pdwsecureflags: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Foundation", "Win32_Security_Cryptography"