windows::Win32::Security::Cryptography

Function SslGetCipherSuitePRFHashAlgorithm

pub unsafe fn SslGetCipherSuitePRFHashAlgorithm(
    hsslprovider: NCRYPT_PROV_HANDLE,
    dwprotocol: u32,
    dwciphersuite: u32,
    dwkeytype: u32,
    szprfhash: &mut [u16; 64],
    dwflags: u32,
) -> Result<()>