SslComputeSessionHashFn

Type Alias SslComputeSessionHashFn 

pub type SslComputeSessionHashFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, hhandshakehash: NCRYPT_HASH_HANDLE, dwprotocol: u32, pboutput: *mut u8, cboutput: u32, pcbresult: *mut u32, dwflags: u32) -> HRESULT>;

Aliased Type§

pub enum SslComputeSessionHashFn {
    None,
    Some(unsafe extern "system" fn(usize, usize, u32, *mut u8, u32, *mut u32, u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(usize, usize, u32, *mut u8, u32, *mut u32, u32) -> i32)

Some value of type T.