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