Type Definition 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_Security_Cryptography"
, "Win32_Foundation"