windows::Win32::Security::Cryptography

Function CryptXmlCreateReference

pub unsafe fn CryptXmlCreateReference<P2, P3, P4>(
    hcryptxml: *const c_void,
    dwflags: u32,
    wszid: P2,
    wszuri: P3,
    wsztype: P4,
    pdigestmethod: *const CRYPT_XML_ALGORITHM,
    rgtransform: Option<&[CRYPT_XML_ALGORITHM]>,
    phreference: *mut *mut c_void,
) -> Result<()>
where P2: Param<PCWSTR>, P3: Param<PCWSTR>, P4: Param<PCWSTR>,