Type Alias windows_sys::Win32::Security::Cryptography::CryptXmlDllVerifySignature
pub type CryptXmlDllVerifySignature = Option<unsafe extern "system" fn(psignaturemethod: *const CRYPT_XML_ALGORITHM, hkey: BCRYPT_KEY_HANDLE, pbinput: *const u8, cbinput: u32, pbsignature: *const u8, cbsignature: u32) -> HRESULT>;
Aliased Type§
enum CryptXmlDllVerifySignature {
None,
Some(unsafe extern "system" fn(_: *const CRYPT_XML_ALGORITHM, _: *mut c_void, _: *const u8, _: u32, _: *const u8, _: u32) -> i32),
}