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(NCRYPT_PROV_HANDLE, *mut NCRYPT_HASH_HANDLE, u32, u32, PCWSTR, u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(NCRYPT_PROV_HANDLE, *mut NCRYPT_HASH_HANDLE, u32, u32, PCWSTR, u32) -> HRESULT)

Some value of type T.