Type Alias windows_sys::Win32::Security::Cryptography::SslCreateHandshakeHashFn
pub type SslCreateHandshakeHashFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, phhandshakehash: *mut NCRYPT_HASH_HANDLE, dwprotocol: u32, dwciphersuite: u32, dwflags: u32) -> HRESULT>;
Aliased Type§
enum SslCreateHandshakeHashFn {
None,
Some(unsafe extern "system" fn(_: usize, _: *mut usize, _: u32, _: u32, _: u32) -> i32),
}