Function windows::Win32::Security::Cryptography::PFXExportCertStore

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