pub unsafe fn WsXmlStringEquals(
    string1: *const WS_XML_STRING,
    string2: *const WS_XML_STRING,
    error: Option<*const WS_ERROR>
) -> Result<()>