Type Alias SslLookupCipherLengthsFn
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§
pub enum SslLookupCipherLengthsFn {
None,
Some(unsafe extern "system" fn(NCRYPT_PROV_HANDLE, u32, u32, u32, *mut NCRYPT_SSL_CIPHER_LENGTHS, u32, u32) -> HRESULT),
}