Function CryptEnumKeyIdentifierProperties
pub unsafe fn CryptEnumKeyIdentifierProperties<P3>(
pkeyidentifier: Option<*const CRYPT_INTEGER_BLOB>,
dwpropid: u32,
dwflags: u32,
pwszcomputername: P3,
pvreserved: Option<*const c_void>,
pvarg: Option<*mut c_void>,
pfnenum: PFN_CRYPT_ENUM_KEYID_PROP,
) -> Result<()>where
P3: Param<PCWSTR>,