Type Alias SslExtractEarlyKeyFn

pub type SslExtractEarlyKeyFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, hpresharedkey: NCRYPT_KEY_HANDLE, phearlykey: *mut NCRYPT_KEY_HANDLE, dwprotocol: u32, dwciphersuite: u32, pparameterlist: *const BCryptBufferDesc, dwflags: u32) -> HRESULT>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.