Function WsWriteStartAttribute
pub unsafe fn WsWriteStartAttribute(
writer: *const WS_XML_WRITER,
prefix: Option<*const WS_XML_STRING>,
localname: *const WS_XML_STRING,
ns: *const WS_XML_STRING,
singlequote: bool,
error: Option<*const WS_ERROR>,
) -> Result<()>