windows::Win32::Security::Cryptography

Function CryptExportPublicKeyInfoEx

pub unsafe fn CryptExportPublicKeyInfoEx<P3>(
    hcryptprovorncryptkey: HCRYPTPROV_OR_NCRYPT_KEY_HANDLE,
    dwkeyspec: Option<u32>,
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    pszpublickeyobjid: P3,
    dwflags: u32,
    pvauxinfo: Option<*const c_void>,
    pinfo: Option<*mut CERT_PUBLIC_KEY_INFO>,
    pcbinfo: *mut u32,
) -> Result<()>
where P3: Param<PCSTR>,