windows::Win32::Security::Cryptography

Function PFXImportCertStore

pub unsafe fn PFXImportCertStore<P1>(
    ppfx: *const CRYPT_INTEGER_BLOB,
    szpassword: P1,
    dwflags: CRYPT_KEY_FLAGS,
) -> Result<HCERTSTORE>
where P1: Param<PCWSTR>,