SslCreateClientAuthHashFn

Type Alias 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§

pub enum SslCreateClientAuthHashFn {
    None,
    Some(unsafe extern "system" fn(usize, *mut usize, u32, u32, *const u16, u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(usize, *mut usize, u32, u32, *const u16, u32) -> i32)

Some value of type T.