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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const c_void, *const u8, u32) -> HRESULT)

Some value of type T.