Function reset_error
Source pub unsafe fn reset_error(err: *mut _xmlError)
Expand description
Reset an error structure to its default state.
§UPSTREAM-PARITY
void xmlResetError(xmlErrorPtr err);
§SAFETY
err must be a valid pointer to _xmlError, or NULL.