windows::Win32::Security::Cryptography

Function SslCreateClientAuthHash

pub unsafe fn SslCreateClientAuthHash<P4>(
    hsslprovider: NCRYPT_PROV_HANDLE,
    phhandshakehash: *mut NCRYPT_HASH_HANDLE,
    dwprotocol: u32,
    dwciphersuite: u32,
    pszhashalgid: P4,
    dwflags: u32,
) -> Result<()>
where P4: Param<PCWSTR>,