Function windows::Win32::Security::Cryptography::PFXImportCertStore
pub unsafe fn PFXImportCertStore<P0>(
ppfx: *const CRYPT_INTEGER_BLOB,
szpassword: P0,
dwflags: CRYPT_KEY_FLAGS,
) -> Result<HCERTSTORE>where
P0: Param<PCWSTR>,