Type Alias SslGetCipherSuitePRFHashAlgorithmFn
pub type SslGetCipherSuitePRFHashAlgorithmFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, dwprotocol: u32, dwciphersuite: u32, dwkeytype: u32, szprfhash: PWSTR, dwflags: u32) -> HRESULT>;Aliased Type§
pub enum SslGetCipherSuitePRFHashAlgorithmFn {
None,
Some(unsafe extern "system" fn(NCRYPT_PROV_HANDLE, u32, u32, u32, PWSTR, u32) -> HRESULT),
}