Function CryptHashToBeSigned

Source
pub unsafe extern "C" fn CryptHashToBeSigned(
    hCryptProv: HCRYPTPROV_LEGACY,
    dwCertEncodingType: DWORD,
    pbEncoded: *const BYTE,
    cbEncoded: DWORD,
    pbComputedHash: *mut BYTE,
    pcbComputedHash: *mut DWORD,
) -> BOOL