windows::Win32::Security::Cryptography

Function SslComputeSessionHash

pub unsafe fn SslComputeSessionHash(
    hsslprovider: NCRYPT_PROV_HANDLE,
    hhandshakehash: NCRYPT_HASH_HANDLE,
    dwprotocol: u32,
    pboutput: Option<&mut [u8]>,
    pcbresult: *mut u32,
    dwflags: u32,
) -> Result<()>