pub type SslLookupCipherLengthsFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, dwprotocol: u32, dwciphersuite: u32, dwkeytype: u32, pcipherlengths: *mut NCRYPT_SSL_CIPHER_LENGTHS, cbcipherlengths: u32, dwflags: u32) -> HRESULT>;

Aliased Type§

enum SslLookupCipherLengthsFn {
    None,
    Some(unsafe extern "system" fn(_: usize, _: u32, _: u32, _: u32, _: *mut NCRYPT_SSL_CIPHER_LENGTHS, _: u32, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: usize, _: u32, _: u32, _: u32, _: *mut NCRYPT_SSL_CIPHER_LENGTHS, _: u32, _: u32) -> i32)

Some value of type T.