Function windows::Win32::Security::Cryptography::CryptImportPublicKeyInfo
pub unsafe fn CryptImportPublicKeyInfo(
hcryptprov: usize,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pinfo: *const CERT_PUBLIC_KEY_INFO,
phkey: *mut usize,
) -> Result<()>