Function windows::Win32::Security::Cryptography::CryptHashToBeSigned
pub unsafe fn CryptHashToBeSigned<P0>(
hcryptprov: P0,
dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
pbencoded: &[u8],
pbcomputedhash: Option<*mut u8>,
pcbcomputedhash: *mut u32,
) -> Result<()>where
P0: Param<HCRYPTPROV_LEGACY>,