Function windows_sys::Win32::Security::Cryptography::CryptEnumKeyIdentifierProperties
pub unsafe extern "system" fn CryptEnumKeyIdentifierProperties(
pkeyidentifier: *const CRYPT_INTEGER_BLOB,
dwpropid: u32,
dwflags: u32,
pwszcomputername: PCWSTR,
pvreserved: *mut c_void,
pvarg: *mut c_void,
pfnenum: PFN_CRYPT_ENUM_KEYID_PROP
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"