Function windows::Win32::Security::Cryptography::PFXExportCertStoreEx

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