windows::Win32::Security::Cryptography

Function PFXExportCertStore

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