Type Alias 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>;Aliased Type§
pub enum PFNCryptStreamOutputCallbackEx {
None,
Some(unsafe extern "system" fn(*const c_void, *const u8, usize, NCRYPT_DESCRIPTOR_HANDLE, BOOL) -> HRESULT),
}