pub unsafe fn InternetShowSecurityInfoByURLW<P0, P1>(
    lpszurl: P0,
    hwndparent: P1,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<HWND>,