Function windows::Win32::Security::Cryptography::CryptExportPublicKeyInfo
pub unsafe fn CryptExportPublicKeyInfo<P0>(
hcryptprovorncryptkey: P0,
dwkeyspec: u32,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pinfo: Option<*mut CERT_PUBLIC_KEY_INFO>,
pcbinfo: *mut u32,
) -> Result<()>where
P0: Param<HCRYPTPROV_OR_NCRYPT_KEY_HANDLE>,