pub unsafe extern "system" fn CryptImportPublicKeyInfo(
    hcryptprov: usize,
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    pinfo: *const CERT_PUBLIC_KEY_INFO,
    phkey: *mut usize
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"