windows::Win32::Security::Cryptography

Function SignHash

pub unsafe fn SignHash<P3>(
    hcrypto: *const INFORMATIONCARD_CRYPTO_HANDLE,
    phash: &[u8],
    hashalgoid: P3,
    pcbsig: *mut u32,
    ppsig: *mut *mut u8,
) -> Result<()>
where P3: Param<PCWSTR>,