Type Alias CryptXmlDllDigestData
pub type CryptXmlDllDigestData = Option<unsafe extern "system" fn(hdigest: *const c_void, pbdata: *const u8, cbdata: u32) -> HRESULT>;Aliased Type§
pub enum CryptXmlDllDigestData {
None,
Some(unsafe extern "system" fn(*const c_void, *const u8, u32) -> HRESULT),
}