Type Alias windows_sys::Win32::Security::Cryptography::PFNCryptStreamOutputCallbackEx
pub type PFNCryptStreamOutputCallbackEx = Option<unsafe extern "system" fn(pvcallbackctxt: *const c_void, pbdata: *const u8, cbdata: usize, hdescriptor: NCRYPT_DESCRIPTOR_HANDLE, ffinal: BOOL) -> HRESULT>;Expand description
Required features: "Win32_Foundation"
Aliased Type§
enum PFNCryptStreamOutputCallbackEx {
None,
Some(unsafe extern "system" fn(_: *const c_void, _: *const u8, _: usize, _: isize, _: i32) -> i32),
}