Function windows::Win32::Security::Cryptography::CryptXmlOpenToEncode

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