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