Type Definition windows_sys::Win32::Security::Cryptography::CryptXmlDllCreateDigest
pub type CryptXmlDllCreateDigest = Option<unsafe extern "system" fn(pdigestmethod: *const CRYPT_XML_ALGORITHM, pcbsize: *mut u32, phdigest: *mut *mut c_void) -> HRESULT>;
Expand description
Required features: "Win32_Security_Cryptography"