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