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