[][src]Function winapi::um::wincrypt::CryptHashToBeSigned

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