pub unsafe extern "C" fn CryptEnumKeyIdentifierProperties(
pKeyIdentifier: *const CRYPT_HASH_BLOB,
dwPropId: DWORD,
dwFlags: DWORD,
pwszComputerName: LPCWSTR,
pvReserved: *mut c_void,
pvArg: *mut c_void,
pfnEnum: PFN_CRYPT_ENUM_KEYID_PROP,
) -> BOOL