pub unsafe fn WsReadValue(
    reader: *const WS_XML_READER,
    valuetype: WS_VALUE_TYPE,
    value: *mut c_void,
    valuesize: u32,
    error: Option<*const WS_ERROR>
) -> Result<()>