windows::Win32::System::Com::Urlmon

Function CoInternetGetSecurityUrl

pub unsafe fn CoInternetGetSecurityUrl<P0>(
    pwszurl: P0,
    ppwszsecurl: *mut PWSTR,
    psuaction: PSUACTION,
    dwreserved: Option<u32>,
) -> Result<()>
where P0: Param<PCWSTR>,