pub unsafe extern "system" fn CryptExportPublicKeyInfoFromBCryptKeyHandle(
hbcryptkey: BCRYPT_KEY_HANDLE,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pszpublickeyobjid: PCSTR,
dwflags: u32,
pvauxinfo: *const c_void,
pinfo: *mut CERT_PUBLIC_KEY_INFO,
pcbinfo: *mut u32
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"