Type Alias windows::Win32::Security::Cryptography::CryptXmlDllFinalizeDigest

pub type CryptXmlDllFinalizeDigest = Option<unsafe extern "system" fn(hdigest: *const c_void, pbdigest: *mut u8, cbdigest: u32) -> HRESULT>;

Aliased Type§

enum CryptXmlDllFinalizeDigest {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: *mut u8, _: u32) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.