pub unsafe extern "system" fn CryptExportPublicKeyInfo(
    hcryptprovorncryptkey: usize,
    dwkeyspec: u32,
    dwcertencodingtype: u32,
    pinfo: *mut CERT_PUBLIC_KEY_INFO,
    pcbinfo: *mut u32
) -> BOOL
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’