pub unsafe fn WsFillReader(
    reader: *const WS_XML_READER,
    minsize: u32,
    asynccontext: Option<*const WS_ASYNC_CONTEXT>,
    error: Option<*const WS_ERROR>
) -> Result<()>