Type Alias windows_sys::Win32::Security::Cryptography::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.