pub unsafe extern "system" fn CryptXmlSign(
    hsignature: *const c_void,
    hkey: HCRYPTPROV_OR_NCRYPT_KEY_HANDLE,
    dwkeyspec: CERT_KEY_SPEC,
    dwflags: CRYPT_XML_FLAGS,
    dwkeyinfospec: CRYPT_XML_KEYINFO_SPEC,
    pvkeyinfospec: *const c_void,
    psignaturemethod: *const CRYPT_XML_ALGORITHM,
    pcanonicalization: *const CRYPT_XML_ALGORITHM
) -> HRESULT
Expand description

Required features: "Win32_Security_Cryptography"