windows::Win32::Security::Cryptography

Type Alias PFNCryptStreamOutputCallback

pub type PFNCryptStreamOutputCallback = Option<unsafe extern "system" fn(pvcallbackctxt: *const c_void, pbdata: *const u8, cbdata: usize, ffinal: BOOL) -> HRESULT>;

Aliased Type§

enum PFNCryptStreamOutputCallback {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *const u8, _: usize, _: BOOL) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const c_void, _: *const u8, _: usize, _: BOOL) -> HRESULT)

Some value of type T.