Function windows::Win32::Security::Cryptography::SslGetCipherSuitePRFHashAlgorithm
pub unsafe fn SslGetCipherSuitePRFHashAlgorithm<P0>(
hsslprovider: P0,
dwprotocol: u32,
dwciphersuite: u32,
dwkeytype: u32,
szprfhash: &mut [u16; 64],
dwflags: u32,
) -> Result<()>where
P0: Param<NCRYPT_PROV_HANDLE>,