windows::Win32::Security::Cryptography

Function PFXExportCertStoreEx

pub unsafe fn PFXExportCertStoreEx<P2>(
    hstore: HCERTSTORE,
    ppfx: *mut CRYPT_INTEGER_BLOB,
    szpassword: P2,
    pvpara: *const c_void,
    dwflags: u32,
) -> Result<()>
where P2: Param<PCWSTR>,