windows::Win32::Security::Cryptography

Function CryptXmlOpenToEncode

pub unsafe fn CryptXmlOpenToEncode<P2>(
    pconfig: Option<*const CRYPT_XML_TRANSFORM_CHAIN_CONFIG>,
    dwflags: CRYPT_XML_FLAGS,
    wszid: P2,
    rgproperty: Option<&[CRYPT_XML_PROPERTY]>,
    pencoded: Option<*const CRYPT_XML_BLOB>,
    phsignature: *mut *mut c_void,
) -> Result<()>
where P2: Param<PCWSTR>,