Function windows_sys::Win32::Security::Cryptography::CryptImportPublicKeyInfoEx
pub unsafe extern "system" fn CryptImportPublicKeyInfoEx(
hcryptprov: usize,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pinfo: *const CERT_PUBLIC_KEY_INFO,
aikeyalg: u32,
dwflags: u32,
pvauxinfo: *const c_void,
phkey: *mut usize
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"