Type Alias windows_sys::Win32::Security::Cryptography::SslLookupCipherSuiteInfoFn
pub type SslLookupCipherSuiteInfoFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, dwprotocol: u32, dwciphersuite: u32, dwkeytype: u32, pciphersuite: *mut NCRYPT_SSL_CIPHER_SUITE, dwflags: u32) -> HRESULT>;
Aliased Type§
enum SslLookupCipherSuiteInfoFn {
None,
Some(unsafe extern "system" fn(_: usize, _: u32, _: u32, _: u32, _: *mut NCRYPT_SSL_CIPHER_SUITE, _: u32) -> i32),
}