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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: usize, _: i32, _: *mut c_void, _: Option<unsafe extern "system" fn(_: *mut c_void, _: *const u8, _: u32) -> i32>) -> i32)

Some value of type T.