Function CryptHashCertificate2
pub unsafe fn CryptHashCertificate2<P0>(
pwszcnghashalgid: P0,
dwflags: u32,
pvreserved: Option<*const c_void>,
pbencoded: Option<&[u8]>,
pbcomputedhash: Option<*mut u8>,
pcbcomputedhash: *mut u32,
) -> Result<()>where
P0: Param<PCWSTR>,