Function windows_sys::Win32::Security::Cryptography::CryptHashCertificate2
pub unsafe extern "system" fn CryptHashCertificate2(
pwszcnghashalgid: PCWSTR,
dwflags: u32,
pvreserved: *const c_void,
pbencoded: *const u8,
cbencoded: u32,
pbcomputedhash: *mut u8,
pcbcomputedhash: *mut u32,
) -> BOOL