pub unsafe extern "system" fn CryptXmlCreateReference(
    hcryptxml: *const c_void,
    dwflags: u32,
    wszid: PWSTR,
    wszuri: PWSTR,
    wsztype: PWSTR,
    pdigestmethod: *const CRYPT_XML_ALGORITHM,
    ctransform: u32,
    rgtransform: *const CRYPT_XML_ALGORITHM,
    phreference: *mut *mut c_void
) -> HRESULT
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’