Function windows::Win32::Security::Cryptography::SignHash

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