windows::Win32::Security::Cryptography::UI

Function CryptUIWizImport

pub unsafe fn CryptUIWizImport<P2>(
    dwflags: CRYPTUI_WIZ_FLAGS,
    hwndparent: Option<HWND>,
    pwszwizardtitle: P2,
    pimportsrc: Option<*const CRYPTUI_WIZ_IMPORT_SRC_INFO>,
    hdestcertstore: Option<HCERTSTORE>,
) -> Result<()>
where P2: Param<PCWSTR>,