pub unsafe extern "system" fn CryptImportPublicKeyInfoEx2(
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    pinfo: *const CERT_PUBLIC_KEY_INFO,
    dwflags: CRYPT_IMPORT_PUBLIC_KEY_FLAGS,
    pvauxinfo: *const c_void,
    phkey: *mut BCRYPT_KEY_HANDLE
) -> BOOL
Expand description

Required features: "Win32_Foundation"