Type Alias windows_sys::Win32::Security::Cryptography::SslExpandPreSharedKeyFn
pub type SslExpandPreSharedKeyFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, hresumptionmasterkey: NCRYPT_KEY_HANDLE, pbticketnonce: *const u8, cbticketnonce: u32, phpresharedkey: *mut NCRYPT_KEY_HANDLE, pparameterlist: *const BCryptBufferDesc, dwflags: u32) -> HRESULT>;
Aliased Type§
enum SslExpandPreSharedKeyFn {
None,
Some(unsafe extern "system" fn(_: usize, _: usize, _: *const u8, _: u32, _: *mut usize, _: *const BCryptBufferDesc, _: u32) -> i32),
}