Function windows_sys::Win32::Security::Cryptography::CryptExportPublicKeyInfoEx
[−]pub unsafe extern "system" fn CryptExportPublicKeyInfoEx(
hcryptprovorncryptkey: usize,
dwkeyspec: u32,
dwcertencodingtype: u32,
pszpublickeyobjid: PSTR,
dwflags: u32,
pvauxinfo: *const c_void,
pinfo: *mut CERT_PUBLIC_KEY_INFO,
pcbinfo: *mut u32
) -> BOOLExpand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
