pub type SslExpandPreSharedKeyFn = Option<unsafe extern "system" fn(hsslprovider: NCRYPT_PROV_HANDLE, hresumptionmasterkey: NCRYPT_KEY_HANDLE, pbticketnonce: *const u8, cbticketnonce: u32, phpresharedkey: *mut NCRYPT_KEY_HANDLE, pparameterlist: *const BCryptBufferDesc, dwflags: u32) -> HRESULT>;

Aliased Type§

enum SslExpandPreSharedKeyFn {
    None,
    Some(unsafe extern "system" fn(_: usize, _: usize, _: *const u8, _: u32, _: *mut usize, _: *const BCryptBufferDesc, _: u32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.