Function windows_sys::Win32::Security::Cryptography::CryptCreateKeyIdentifierFromCSP
pub unsafe extern "system" fn CryptCreateKeyIdentifierFromCSP(
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
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"