pub unsafe fn WsReadToStartElement(
    reader: *const WS_XML_READER,
    localname: Option<*const WS_XML_STRING>,
    ns: Option<*const WS_XML_STRING>,
    found: Option<*mut BOOL>,
    error: Option<*const WS_ERROR>
) -> Result<()>