Function WsFindAttribute
pub unsafe fn WsFindAttribute(
reader: *const WS_XML_READER,
localname: *const WS_XML_STRING,
ns: *const WS_XML_STRING,
required: bool,
attributeindex: *mut u32,
error: Option<*const WS_ERROR>,
) -> Result<()>