Type Alias windows_sys::Win32::Security::Cryptography::CryptXmlDllEncodeKeyValue
pub type CryptXmlDllEncodeKeyValue = Option<unsafe extern "system" fn(hkey: NCRYPT_KEY_HANDLE, dwcharset: CRYPT_XML_CHARSET, pvcallbackstate: *mut c_void, pfnwrite: PFN_CRYPT_XML_WRITE_CALLBACK) -> HRESULT>;
Aliased Type§
enum CryptXmlDllEncodeKeyValue {
None,
Some(unsafe extern "system" fn(_: usize, _: i32, _: *mut c_void, _: Option<unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32) -> i32>) -> i32),
}