Function windows::Win32::Security::Cryptography::CryptImportPublicKeyInfoEx2
pub unsafe fn CryptImportPublicKeyInfoEx2(
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pinfo: *const CERT_PUBLIC_KEY_INFO,
dwflags: CRYPT_IMPORT_PUBLIC_KEY_FLAGS,
pvauxinfo: Option<*const c_void>,
phkey: *mut BCRYPT_KEY_HANDLE,
) -> Result<()>