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: ALG_ID,
dwflags: u32,
pvauxinfo: *const c_void,
phkey: *mut usize,
) -> BOOL