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
Expand description

Required features: "Win32_Foundation"