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