Function windows::Win32::Security::Cryptography::UI::CryptUIWizExport

pub unsafe fn CryptUIWizExport<P0, P1>(
    dwflags: CRYPTUI_WIZ_FLAGS,
    hwndparent: P0,
    pwszwizardtitle: P1,
    pexportinfo: *const CRYPTUI_WIZ_EXPORT_INFO,
    pvoid: Option<*const c_void>,
) -> Result<()>
where P0: Param<HWND>, P1: Param<PCWSTR>,