Function CryptCreateKeyIdentifierFromCSP
pub unsafe fn CryptCreateKeyIdentifierFromCSP<P1>(
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pszpubkeyoid: P1,
ppubkeystruc: *const PUBLICKEYSTRUC,
cbpubkeystruc: u32,
dwflags: u32,
pvreserved: Option<*const c_void>,
pbhash: Option<*mut u8>,
pcbhash: *mut u32,
) -> Result<()>where
P1: Param<PCSTR>,