pub unsafe fn InternetGetSecurityInfoByURLW<P0>(
    lpszurl: P0,
    ppcertchain: *mut *mut CERT_CHAIN_CONTEXT,
    pdwsecureflags: *mut u32,
) -> BOOL
where P0: Param<PCWSTR>,