Function windows::Win32::Security::Cryptography::CryptImportPublicKeyInfoEx
pub unsafe fn CryptImportPublicKeyInfoEx(
hcryptprov: usize,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pinfo: *const CERT_PUBLIC_KEY_INFO,
aikeyalg: ALG_ID,
dwflags: u32,
pvauxinfo: Option<*const c_void>,
phkey: *mut usize,
) -> Result<()>