CryptXmlDllCreateKey

Type Alias CryptXmlDllCreateKey 

pub type CryptXmlDllCreateKey = Option<unsafe extern "system" fn(pencoded: *const CRYPT_XML_BLOB, phkey: *mut BCRYPT_KEY_HANDLE) -> HRESULT>;

Aliased Type§

pub enum CryptXmlDllCreateKey {
    None,
    Some(unsafe extern "system" fn(*const CRYPT_XML_BLOB, *mut BCRYPT_KEY_HANDLE) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const CRYPT_XML_BLOB, *mut BCRYPT_KEY_HANDLE) -> HRESULT)

Some value of type T.