Type Alias windows_sys::Win32::Security::Cryptography::SslComputeEapKeyBlockFn
pub type SslComputeEapKeyBlockFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, hmasterkey: NCRYPT_KEY_HANDLE, pbrandoms: *const u8, cbrandoms: u32, pboutput: *mut u8, cboutput: u32, pcbresult: *mut u32, dwflags: u32) -> HRESULT>;
Aliased Type§
enum SslComputeEapKeyBlockFn {
None,
Some(unsafe extern "system" fn(_: usize, _: usize, _: *const u8, _: u32, _: *mut u8, _: u32, _: *mut u32, _: u32) -> i32),
}