pub unsafe extern "system" fn CryptCreateKeyIdentifierFromCSP(
    dwcertencodingtype: u32,
    pszpubkeyoid: PCSTR,
    ppubkeystruc: *const PUBLICKEYSTRUC,
    cbpubkeystruc: u32,
    dwflags: u32,
    pvreserved: *mut c_void,
    pbhash: *mut u8,
    pcbhash: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"