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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.